import type { PropType } from 'vue';
export declare const Props: {
    readonly header: StringConstructor;
    readonly content: {
        readonly type: PropType<any[]>;
        readonly default: () => any[];
    };
    readonly keys: StringConstructor;
    readonly footer: StringConstructor;
    readonly zebra: BooleanConstructor;
    readonly num: BooleanConstructor;
    readonly hoverShow: BooleanConstructor;
};
