import type { ISelectComponentType } from './types'; export declare function createSelect({ Root, Trigger, Input, Icon, }: { Root: React.ComponentType; Trigger: React.ComponentType; Input: React.ComponentType; Icon: React.ComponentType; }, { Portal, Backdrop, Content, DragIndicator, DragIndicatorWrapper, Item, ItemText, ScrollView, VirtualizedList, FlatList, SectionList, SectionHeaderText, }: { Portal: React.ComponentType; Backdrop: React.ComponentType; Content: React.ComponentType; DragIndicator: React.ComponentType; DragIndicatorWrapper: React.ComponentType; Item: React.ComponentType; ItemText: React.ComponentType; ScrollView: React.ComponentType; VirtualizedList: React.ComponentType; FlatList: React.ComponentType; SectionList: React.ComponentType; SectionHeaderText: React.ComponentType; }): ISelectComponentType; //# sourceMappingURL=index.d.ts.map