export type SkeletonTextProps = { lines?: number; width?: string; heading?: boolean; paragraph?: boolean; locale?: string; loadingLabel?: string; class?: string; }; export declare const SkeletonText: import("vue").DefineComponent, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { class: string; width: string; locale: string; lines: number; heading: boolean; paragraph: boolean; loadingLabel: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=SkeletonText.d.ts.map