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