declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: "text"; }; readonly animation: { readonly type: import('vue').PropType; readonly default: "wave"; }; readonly width: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly height: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly rounded: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly loading: { readonly type: BooleanConstructor; readonly default: true; }; readonly lines: { readonly type: NumberConstructor; readonly default: 1; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: "text"; }; readonly animation: { readonly type: import('vue').PropType; readonly default: "wave"; }; readonly width: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly height: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly rounded: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly loading: { readonly type: BooleanConstructor; readonly default: true; }; readonly lines: { readonly type: NumberConstructor; readonly default: 1; }; }>> & Readonly<{}>, { readonly variant: import('./skeleton').SkeletonVariant; readonly loading: boolean; readonly width: string | number; readonly height: string | number; readonly animation: import('./skeleton').SkeletonAnimation; readonly rounded: string | number; readonly lines: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };