declare const TaBasicTitle: import("tav-ui/es/utils/with-install").SFCWithInstall<import("vue").DefineComponent<{
    helpMessage: {
        type: import("vue").PropType<string | string[]>;
        default: string;
    };
    span: {
        type: BooleanConstructor;
    };
    icon: {
        type: StringConstructor;
    };
    iconColor: {
        type: StringConstructor;
    };
    normal: {
        type: BooleanConstructor;
    };
}, {
    prefixCls: string;
    getClass: import("vue").ComputedRef<(string | {
        [x: string]: false | import("vue").Slot | undefined;
    } | {
        [x: string]: boolean;
    })[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
    helpMessage?: unknown;
    span?: unknown;
    icon?: unknown;
    iconColor?: unknown;
    normal?: unknown;
} & {
    helpMessage: string | string[];
    span: boolean;
    normal: boolean;
} & {
    icon?: string | undefined;
    iconColor?: string | undefined;
}>, {
    helpMessage: string | string[];
    span: boolean;
    normal: boolean;
}>>;
export { TaBasicTitle };
export default TaBasicTitle;
export * from './src/types';
