import type { PlaceholderAnimation } from '../../types';
declare const _sfc_main: import("vue").DefineComponent<{
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    width: {
        type: (StringConstructor | NumberConstructor)[];
        required: false;
    };
    cols: {
        type: (StringConstructor | NumberConstructor)[];
        required: false;
    };
    variant: {
        type: null;
        required: false;
        default: string;
    };
    animation: {
        type: null;
        required: false;
    };
}, {
    props: any;
    computedClasses: import("vue").ComputedRef<string[]>;
    computedAttrs: import("vue").ComputedRef<{
        animation: PlaceholderAnimation | undefined;
        width: string | number | undefined;
        cols: string | number | undefined;
        tag: string;
    }>;
    BPlaceholder: import("vue").DefineComponent<{
        tag: {
            type: StringConstructor;
            required: false;
            default: string;
        };
        width: {
            type: (StringConstructor | NumberConstructor)[];
            required: false;
        };
        cols: {
            type: (StringConstructor | NumberConstructor)[];
            required: false;
        };
        variant: {
            type: null;
            required: false;
        };
        size: {
            type: null;
            required: false;
        };
        animation: {
            type: null;
            required: false;
        };
    }, {
        props: any;
        widthString: import("vue").ComputedRef<string | undefined>;
        colsString: import("vue").ComputedRef<string | undefined>;
        computedClasses: import("vue").ComputedRef<{
            [x: string]: boolean;
        }>;
        computedStyle: import("vue").ComputedRef<import("vue").StyleValue | undefined>;
    }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
        tag: {
            type: StringConstructor;
            required: false;
            default: string;
        };
        width: {
            type: (StringConstructor | NumberConstructor)[];
            required: false;
        };
        cols: {
            type: (StringConstructor | NumberConstructor)[];
            required: false;
        };
        variant: {
            type: null;
            required: false;
        };
        size: {
            type: null;
            required: false;
        };
        animation: {
            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<{
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    width: {
        type: (StringConstructor | NumberConstructor)[];
        required: false;
    };
    cols: {
        type: (StringConstructor | NumberConstructor)[];
        required: false;
    };
    variant: {
        type: null;
        required: false;
        default: string;
    };
    animation: {
        type: null;
        required: false;
    };
}>>, {
    tag: string;
    variant: any;
}>;
export default _sfc_main;
