export declare const AspATypographyTitle: {
    raw: import("vue").FunctionalComponent<Partial<import("vue").ExtractPropTypes<{
        level: import("vue").PropType<1 | 2 | 4 | 3 | 5>;
        delete: {
            type: BooleanConstructor;
            default: any;
        };
        type: import("vue").PropType<import("ant-design-vue/es/typography/Base").BaseType>;
        code: {
            type: BooleanConstructor;
            default: any;
        };
        mark: {
            type: BooleanConstructor;
            default: any;
        };
        content: StringConstructor;
        ellipsis: {
            type: import("vue").PropType<boolean | import("ant-design-vue/es/typography/Base").EllipsisConfig>;
            default: boolean | import("ant-design-vue/es/typography/Base").EllipsisConfig;
        };
        underline: {
            type: BooleanConstructor;
            default: any;
        };
        disabled: {
            type: BooleanConstructor;
            default: any;
        };
        prefixCls: StringConstructor;
        editable: {
            type: import("vue").PropType<boolean | import("ant-design-vue/es/typography/Base").EditConfig>;
            default: boolean | import("ant-design-vue/es/typography/Base").EditConfig;
        };
        keyboard: {
            type: BooleanConstructor;
            default: any;
        };
        copyable: {
            type: import("vue").PropType<boolean | import("ant-design-vue/es/typography/Base").CopyConfig>;
            default: boolean | import("ant-design-vue/es/typography/Base").CopyConfig;
        };
        'onUpdate:content': import("vue").PropType<(content: string) => void>;
    }>>, {}>;
    name: string;
};
export default AspATypographyTitle;
