import React from 'react'; import type { DropdownSelectHandle } from './types/index.types'; export declare const DropdownSelect: React.ForwardRefExoticComponent void; }; checkboxControls?: import("./types/index.types").TCheckboxControls; modalControls?: import("./types/index.types").TCustomModalControls; listControls?: { selectAllText?: string; unselectAllText?: string; selectAllCallback?: () => void; unselectAllCallback?: () => void; hideSelectAll?: boolean; emptyListMessage?: string; keyboardShouldPersistTaps?: "always" | "never" | "handled"; }; selectedItemsControls?: import("./types/index.types").TSelectedItemsControls; } & import("./types/index.types").TListProps & React.RefAttributes>; export default DropdownSelect; //# sourceMappingURL=index.d.ts.map