import { TdActionSheetProps } from './type'; declare const _default: import("vue").DefineComponent; default: TdActionSheetProps['align']; validator(val: TdActionSheetProps['align']): boolean; }; cancelText: { type: StringConstructor; default: string; }; count: { type: NumberConstructor; default: number; }; description: { type: StringConstructor; default: string; }; items: { type: import("vue").PropType; }; popupProps: { type: import("vue").PropType; default: () => {}; }; showCancel: { type: BooleanConstructor; default: boolean; }; showOverlay: { type: BooleanConstructor; default: boolean; }; theme: { type: import("vue").PropType; default: TdActionSheetProps['theme']; validator(val: TdActionSheetProps['theme']): boolean; }; visible: { type: BooleanConstructor; default: any; }; modelValue: { type: BooleanConstructor; default: any; }; defaultVisible: BooleanConstructor; onCancel: import("vue").PropType; onClose: import("vue").PropType; onSelected: import("vue").PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "close" | "selected" | "update:modelValue" | "update:visible")[], "cancel" | "close" | "selected" | "update:modelValue" | "update:visible", import("vue").PublicProps, Readonly; default: TdActionSheetProps['align']; validator(val: TdActionSheetProps['align']): boolean; }; cancelText: { type: StringConstructor; default: string; }; count: { type: NumberConstructor; default: number; }; description: { type: StringConstructor; default: string; }; items: { type: import("vue").PropType; }; popupProps: { type: import("vue").PropType; default: () => {}; }; showCancel: { type: BooleanConstructor; default: boolean; }; showOverlay: { type: BooleanConstructor; default: boolean; }; theme: { type: import("vue").PropType; default: TdActionSheetProps['theme']; validator(val: TdActionSheetProps['theme']): boolean; }; visible: { type: BooleanConstructor; default: any; }; modelValue: { type: BooleanConstructor; default: any; }; defaultVisible: BooleanConstructor; onCancel: import("vue").PropType; onClose: import("vue").PropType; onSelected: import("vue").PropType; }>> & Readonly<{ onCancel?: (...args: any[]) => any; onClose?: (...args: any[]) => any; onSelected?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; "onUpdate:visible"?: (...args: any[]) => any; }>, { align: "center" | "left"; cancelText: string; count: number; description: string; popupProps: import("@/components").TdPopupProps; showCancel: boolean; showOverlay: boolean; theme: "grid" | "list"; visible: boolean; modelValue: boolean; defaultVisible: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;