import type { IActionsheetComponentType } from './types'; export declare function createActionsheet({ Root, Backdrop, Item, ItemText, DragIndicator, IndicatorWrapper, Content, ScrollView, VirtualizedList, FlatList, SectionList, SectionHeaderText, Icon, AnimatePresence, }: { Root: React.ComponentType; Backdrop: React.ComponentType; Item: React.ComponentType; Icon: React.ComponentType; ItemText: React.ComponentType; DragIndicator: React.ComponentType; IndicatorWrapper: React.ComponentType; Content: React.ComponentType; ScrollView: React.ComponentType; VirtualizedList: React.ComponentType; FlatList: React.ComponentType; SectionList: React.ComponentType; SectionHeaderText: React.ComponentType; AnimatePresence?: React.ComponentType; }): IActionsheetComponentType; //# sourceMappingURL=index.d.ts.map