import type { DropdownIndicatorProps } from 'react-select'; import React, { type JSX } from 'react'; import type { Option as OptionType } from '../types.js'; import './index.scss'; export declare const DropdownIndicator: React.FC<{ innerProps: JSX.IntrinsicElements['button']; } & DropdownIndicatorProps>; //# sourceMappingURL=index.d.ts.map