import type { IActionsheetComponentType } from './types'; declare const Actionsheet: IActionsheetComponentType; export { Actionsheet }; export type { IActionsheetProps, IActionsheetContentProps, IActionsheetFooterProps, IActionsheetHeaderProps, IActionsheetItemProps, } from './types';