import type { AppConfig } from '@nuxt/schema'; import theme from '#build/b24ui/skeleton'; import type { ComponentConfig } from '../types/tv'; type Skeleton = ComponentConfig; export interface SkeletonProps { /** * @defaultValue 'default' */ accent?: Skeleton['variants']['accent']; /** * The element or component this component should render as. * @defaultValue 'div' */ as?: any; class?: any; b24ui?: Skeleton['slots']; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots & Readonly<{}>, { accent: Skeleton["variants"]["accent"]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };