import { PropType } from 'vue';
declare const _default: {
    bordered: BooleanConstructor;
    theme: {
        type: PropType<"card" | "default">;
        default: "card" | "default";
        validator(val: "card" | "default"): boolean;
    };
    title: {
        type: StringConstructor;
        default: string;
    };
};
export default _default;
