import { type ControlProps, type MultiValueGenericProps, type MultiValueProps, type MultiValueRemoveProps, type OptionProps } from 'react-select'; import type { OptionData } from './types'; declare const TooltipOption: ({ children, ...props }: OptionProps) => import("@emotion/react/jsx-runtime").JSX.Element; declare const CollapsibleMultiValueRemove: (props: MultiValueRemoveProps) => import("@emotion/react/jsx-runtime").JSX.Element; declare const Control: (props: ControlProps) => import("@emotion/react/jsx-runtime").JSX.Element; declare const CollapsibleMultiValueContainer: (props: MultiValueGenericProps) => import("@emotion/react/jsx-runtime").JSX.Element; declare const CollapsibleMultiValue: (props: MultiValueProps) => import("@emotion/react/jsx-runtime").JSX.Element; export { Control, CollapsibleMultiValue, CollapsibleMultiValueContainer, CollapsibleMultiValueRemove, TooltipOption }; //# sourceMappingURL=DropdownMultiFieldSelectComponents.d.ts.map