import _ActionSheet from './actionSheet.vue'; import { actionSheet } from './actionSheet'; declare type ActionSheetType = typeof _ActionSheet & { actionSheet: typeof actionSheet; }; export declare const ActionSheet: import("../utils").SFCWithInstall; export default ActionSheet;