declare var __VLS_1: {}, __VLS_3: {}; type __VLS_Slots = {} & { image?: (props: typeof __VLS_1) => any; } & { image?: (props: typeof __VLS_3) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "text"; }; readonly width: { readonly type: import("vue").PropType; }; readonly height: { readonly type: import("vue").PropType; }; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly round: { readonly type: BooleanConstructor; readonly default: false; }; readonly sharp: { readonly type: BooleanConstructor; readonly default: false; }; readonly repeat: { readonly type: NumberConstructor; readonly default: 1; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "text"; }; readonly width: { readonly type: import("vue").PropType; }; readonly height: { readonly type: import("vue").PropType; }; readonly animated: { readonly type: BooleanConstructor; readonly default: true; }; readonly round: { readonly type: BooleanConstructor; readonly default: false; }; readonly sharp: { readonly type: BooleanConstructor; readonly default: false; }; readonly repeat: { readonly type: NumberConstructor; readonly default: 1; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>> & Readonly<{}>, { readonly variant: "text" | "image" | "button" | "circle" | "caption" | "h1" | "h3" | "rect"; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly repeat: number; readonly round: boolean; readonly animated: boolean; readonly sharp: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };