import type { PropType } from 'vue'; import type { Theme, Size, Radius } from '#utilities'; declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_10) => any; } & { 'controls-left'?: (props: typeof __VLS_12) => any; } & { 'controls-right'?: (props: typeof __VLS_14) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: () => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: () => Size; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: () => Radius; validator: import("#utilities").IsValidRadius; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: () => "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; validator: /** * @template { string } T * @overload * @param { T } value * @returns { T extends ThemeAlias ? true : false } */ (value: string) => false; }; size: { type: PropType; default: () => Size; validator: import("#utilities").IsValidSize; }; radius: { type: PropType; default: () => Radius; validator: import("#utilities").IsValidRadius; }; }>> & Readonly<{}>, { size: Size; disabled: boolean; theme: "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; radius: Radius; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=Modal.vue.d.ts.map