import type { ExtractPropTypes } from 'vue';
export declare const expandProps: {
    readonly colspan: {
        readonly type: import("vue").PropType<number>;
        readonly required: false;
        readonly validator: ((val: unknown) => boolean) | undefined;
        __vsPropKey: true;
    };
};
export declare type TableThProps = ExtractPropTypes<typeof expandProps>;
