import type { Booleanish } from '../../types';
declare const _sfc_main: import("vue").DefineComponent<{
    columns: {
        type: null;
        required: false;
        default: boolean;
    };
    deck: {
        type: null;
        required: false;
        default: boolean;
    };
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
}, {
    props: {
        columns: Booleanish;
        deck: Booleanish;
        tag: string;
    };
    columnsBoolean: import("vue").ComputedRef<boolean>;
    deckBoolean: import("vue").ComputedRef<boolean>;
    cardTypeClass: import("vue").ComputedRef<"card-deck" | "card-columns" | "card-group">;
    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<{
    columns: {
        type: null;
        required: false;
        default: boolean;
    };
    deck: {
        type: null;
        required: false;
        default: boolean;
    };
    tag: {
        type: StringConstructor;
        required: false;
        default: string;
    };
}>>, {
    tag: string;
    columns: any;
    deck: any;
}>;
export default _sfc_main;
