import { View, type ViewStyle } from 'react-native'; declare const _default: import("react").ForwardRefExoticComponent<{ value?: string[]; onSelect?: (value: string[]) => void; options: import("./types").Option[]; menuUpIcon?: JSX.Element; menuDownIcon?: JSX.Element; Touchable?: import("react").ForwardRefExoticComponent>; maxMenuHeight?: number; menuContentStyle?: ViewStyle; CustomMultiSelectDropdownItem?: (props: import("./types").MultiSelectDropdownItemProps) => JSX.Element; CustomMultiSelectDropdownInput?: (props: import("./types").DropdownInputProps) => JSX.Element; } & Pick & import("react").RefAttributes>; export default _default; //# sourceMappingURL=multiselect-dropdown.d.ts.map