import type { SlotFn } from '@dao-style/core'; import { StateIconProps } from './props'; declare const DaoStateIcon: { new (...args: any[]): { $: import("vue").ComponentInternalInstance; $data: {}; $props: Partial<{ type: "default" | "error" | "success" | "warning" | "info" | "spin" | "critical" | "major"; icon: string; }> & Omit; default: string; validator: (value: "default" | "error" | "success" | "warning" | "info" | "spin" | "critical" | "major") => boolean; }; icon: { type: StringConstructor; default: string; }; size: { type: StringConstructor; }; }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "icon">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("vue").Slot | undefined; }>; $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}> | null; $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}> | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("vue").ComponentOptionsBase; default: string; validator: (value: "default" | "error" | "success" | "warning" | "info" | "spin" | "critical" | "major") => boolean; }; icon: { type: StringConstructor; default: string; }; size: { type: StringConstructor; }; }>>, { ns: string; computedState: import("vue").ComputedRef<{ icon: string; class: string; }>; computedSize: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "default" | "error" | "success" | "warning" | "info" | "spin" | "critical" | "major"; icon: string; }, {}, string> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase, {}> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("vue").nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions | undefined): import("vue").WatchStopHandle; } & Readonly; default: string; validator: (value: "default" | "error" | "success" | "warning" | "info" | "spin" | "critical" | "major") => boolean; }; icon: { type: StringConstructor; default: string; }; size: { type: StringConstructor; }; }>> & import("vue").ShallowUnwrapRef<{ ns: string; computedState: import("vue").ComputedRef<{ icon: string; class: string; }>; computedSize: import("vue").ComputedRef; }> & {} & import("vue").ComponentCustomProperties & {}; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: string; validator: (value: "default" | "error" | "success" | "warning" | "info" | "spin" | "critical" | "major") => boolean; }; icon: { type: StringConstructor; default: string; }; size: { type: StringConstructor; }; }>>, { ns: string; computedState: import("vue").ComputedRef<{ icon: string; class: string; }>; computedSize: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { type: "default" | "error" | "success" | "warning" | "info" | "spin" | "critical" | "major"; icon: string; }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $props: Partial; $slots: { default: SlotFn; }; }); export default DaoStateIcon;