declare const presetProps: { icon: import("vue").PropType<() => import("vue").VNodeChild>; type: { readonly type: import("vue").PropType<"info" | "success" | "warning" | "error" | "default">; readonly default: "default"; }; title: import("vue").PropType import("vue").VNodeChild)>; closable: { readonly type: BooleanConstructor; readonly default: true; }; negativeText: StringConstructor; positiveText: StringConstructor; positiveButtonProps: import("vue").PropType; negativeButtonProps: import("vue").PropType; content: import("vue").PropType import("vue").VNodeChild)>; action: import("vue").PropType<() => import("vue").VNodeChild>; showIcon: { readonly type: BooleanConstructor; readonly default: true; }; loading: BooleanConstructor; bordered: BooleanConstructor; iconPlacement: import("vue").PropType; titleClass: import("vue").PropType>; titleStyle: import("vue").PropType; contentClass: import("vue").PropType>; contentStyle: import("vue").PropType; actionClass: import("vue").PropType>; actionStyle: import("vue").PropType; onPositiveClick: import("vue").PropType<(e: MouseEvent) => void>; onNegativeClick: import("vue").PropType<(e: MouseEvent) => void>; onClose: import("vue").PropType<() => void>; closeFocusable: BooleanConstructor; contentScrollable: BooleanConstructor; headerClass: StringConstructor; headerStyle: import("vue").PropType; headerExtraClass: StringConstructor; headerExtraStyle: import("vue").PropType; footerClass: StringConstructor; footerStyle: import("vue").PropType; embedded: BooleanConstructor; segmented: { readonly type: import("vue").PropType; readonly default: false; }; size: import("vue").PropType; hoverable: BooleanConstructor; role: StringConstructor; tag: { readonly type: import("vue").PropType; readonly default: "div"; }; cover: import("vue").PropType<() => import("vue").VNodeChild>; footer: import("vue").PropType<() => import("vue").VNodeChild>; headerExtra: import("vue").PropType<() => import("vue").VNodeChild>; }; declare const presetPropsKeys: ("type" | "size" | "title" | "showIcon" | "bordered" | "closable" | "onClose" | "icon" | "content" | "contentClass" | "contentStyle" | "loading" | "cover" | "footer" | "tag" | "iconPlacement" | "contentScrollable" | "headerClass" | "headerStyle" | "headerExtraClass" | "headerExtraStyle" | "footerClass" | "footerStyle" | "embedded" | "segmented" | "hoverable" | "role" | "action" | "headerExtra" | "closeFocusable" | "negativeText" | "positiveText" | "positiveButtonProps" | "negativeButtonProps" | "titleClass" | "titleStyle" | "actionClass" | "actionStyle" | "onPositiveClick" | "onNegativeClick")[]; export { presetProps, presetPropsKeys };