import { QBtnProps, QCard } from 'quasar'; declare function __VLS_template(): { slots: { "close-icon-btn"?(_: { color: import("quasar").NamedColor | undefined; disable: boolean; }): any; content?(_: {}): any; "cancel-btn"?(_: { color: import("quasar").NamedColor | undefined; disable: boolean; label: string; }): any; "ok-btn"?(_: { click: () => void; color: import("quasar").NamedColor | undefined; label: string; }): any; }; refs: {}; attrs: Partial<{}>; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent QBtnProps["color"]; default: QBtnProps["color"]; }; modalCardProps: { type: () => ({ class?: string; style?: string; } & InstanceType["$props"]); required: false; }; }>, { show: () => void; hide: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { okClick: () => any; hide: () => any; }, string, import("vue").PublicProps, Readonly QBtnProps["color"]; default: QBtnProps["color"]; }; modalCardProps: { type: () => ({ class?: string; style?: string; } & InstanceType["$props"]); required: false; }; }>> & Readonly<{ onOkClick?: (() => any) | undefined; onHide?: (() => any) | undefined; }>, { persistent: boolean; hideOkBtn: boolean; hideActions: boolean; okLabel: string; cancelLabel: string; title: string; btnsColor: import("quasar").NamedColor | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };