export interface SkeletonProps { /** * The element or component this component should render as. * @defaultValue 'div' */ as?: any; class?: any; } declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };