type __VLS_Props = {
    title?: string | number;
    clickable?: boolean;
    hoverable?: boolean;
    section?: boolean;
    loading?: boolean;
    titleClass?: string;
    noPadding?: boolean;
    expandible?: boolean;
    unelevated?: boolean;
    borderRadius?: string;
};
declare var __VLS_4: {}, __VLS_6: {}, __VLS_8: {}, __VLS_10: {}, __VLS_12: {};
type __VLS_Slots = {} & {
    indicator?: (props: typeof __VLS_4) => any;
} & {
    title?: (props: typeof __VLS_6) => any;
} & {
    actions?: (props: typeof __VLS_8) => any;
} & {
    default?: (props: typeof __VLS_10) => any;
} & {
    footer?: (props: typeof __VLS_12) => any;
};
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
    unelevated: boolean;
    clickable: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=Card.vue.d.ts.map