import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { SkeletonProps } from './types'; export declare const SSkeleton: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { type: "line" | "square" | "circle"; size: "mini" | "small" | "medium" | "large"; lineHeight: string | number; rows: number; lineSpacing: string | number; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< SkeletonProps> & Readonly<{}>, {}, {}, {}, {}, { type: "line" | "square" | "circle"; size: "mini" | "small" | "medium" | "large"; lineHeight: string | number; rows: number; lineSpacing: string | number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { type: "line" | "square" | "circle"; size: "mini" | "small" | "medium" | "large"; lineHeight: string | number; rows: number; lineSpacing: string | number; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin; export * from './types';