import type { TextColorVariant } from '../../types';
declare const _sfc_main: import("vue").DefineComponent<{
    text: {
        type: StringConstructor;
        required: false;
    };
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    textVariant: {
        type: null;
        required: false;
        default: string;
    };
}, {
    props: {
        text?: string | undefined;
        tag: string;
        textVariant: TextColorVariant;
    };
    classes: import("vue").ComputedRef<{
        [x: string]: boolean;
    }>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    text: {
        type: StringConstructor;
        required: false;
    };
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    textVariant: {
        type: null;
        required: false;
        default: string;
    };
}>>, {
    tag: string;
    textVariant: any;
}>;
export default _sfc_main;
