declare const _sfc_main: import("vue").DefineComponent<{
    text: {
        type: StringConstructor;
        required: false;
    };
    bgVariant: {
        type: null;
        required: false;
    };
    borderVariant: {
        type: null;
        required: false;
    };
    html: {
        type: StringConstructor;
        required: false;
    };
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    textVariant: {
        type: null;
        required: false;
    };
}, {
    props: any;
    BCardHeadFoot: import("vue").DefineComponent<{
        text: {
            type: StringConstructor;
            required: false;
        };
        bgVariant: {
            type: null;
            required: false;
        };
        borderVariant: {
            type: null;
            required: false;
        };
        html: {
            type: StringConstructor;
            required: false;
        };
        tag: {
            type: StringConstructor;
            required: false;
            default: string;
        };
        textVariant: {
            type: null;
            required: false;
        };
    }, {
        props: any;
        computedClasses: 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;
        };
        bgVariant: {
            type: null;
            required: false;
        };
        borderVariant: {
            type: null;
            required: false;
        };
        html: {
            type: StringConstructor;
            required: false;
        };
        tag: {
            type: StringConstructor;
            required: false;
            default: string;
        };
        textVariant: {
            type: null;
            required: false;
        };
    }>>, {
        tag: string;
    }>;
}, 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;
    };
    bgVariant: {
        type: null;
        required: false;
    };
    borderVariant: {
        type: null;
        required: false;
    };
    html: {
        type: StringConstructor;
        required: false;
    };
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    textVariant: {
        type: null;
        required: false;
    };
}>>, {
    tag: string;
}>;
export default _sfc_main;
