import type { PropType } from 'vue'; import type { Theme, Size, Radius } from '#utilities'; declare const __VLS_export: import("vue").DefineComponent boolean; }; theme: { type: PropType; 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, { close: () => any; }, string, import("vue").PublicProps, Readonly boolean; }; theme: { type: PropType; 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<{ onClose?: (() => any) | undefined; }>, { size: Size; theme: "brand" | "user" | "ok" | "info" | "warn" | "danger" | "neutral"; radius: Radius; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=Toast.vue.d.ts.map