import type { VmSize } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Skeleton from "./src/skeleton"; export declare const VSkeleton: Install; readonly animated: BasicType; readonly rows: BasicType; readonly loading: BasicType; readonly size: BasicType, VmSize | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly animated: BasicType; readonly rows: BasicType; readonly loading: BasicType; readonly size: BasicType, VmSize | null>; }>>, { readonly round: boolean; readonly size: VmSize; readonly loading: boolean; readonly animated: boolean; readonly rows: number; }>>; /** skeleton 组件实例类型 */ export type SkeletonInstance = InstanceType; export * from './src/interface'; export default VSkeleton;