import { type EnhancedComponent } from '../../utils'; import _ActionSheet from './action-sheet.vue'; import _ActionSheetItem from './action-sheet-item.vue'; export declare const ActionSheet: EnhancedComponent; export declare const ActionSheetItem: EnhancedComponent; export default ActionSheet; export type { ActionSheetProps, ActionSheetEmits, ActionSheetSlots, ActionSheetItemProps, ActionSheetItemEmits, ActionSheetItemSlots, ActionSheetBeforeClose, } from './common'; export * from './imperative'; export type { ActionSheetContext } from './context';