import React from 'react'; import type { InterfaceActionsheetItemProps } from './types'; export declare const ActionsheetContext: React.Context; export declare function ActionsheetItem(StyledActionsheetItem: React.ComponentType): React.ForwardRefExoticComponent>; //# sourceMappingURL=ActionsheetItem.d.ts.map