import type { ExtractPropTypes, PropType } from 'vue'; export declare const skeletonTitleProps: () => { prefixCls: StringConstructor; width: { type: PropType; }; }; export type SkeletonTitleProps = Partial>>; declare const SkeletonTitle: import("vue").DefineComponent; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default SkeletonTitle;