import type { EmitFn } from 'vuesax-alpha/es/utils';
import type { ExtractPropTypes } from 'vue';
export declare const tableThProps: {
    readonly sort: {
        readonly type: import("vue").PropType<import("vuesax-alpha/es/utils").VsPropMergeType<BooleanConstructor, unknown, unknown>>;
        readonly required: false;
        readonly validator: ((val: unknown) => boolean) | undefined;
        __vsPropKey: true;
    };
};
export declare type TableThProps = ExtractPropTypes<typeof tableThProps>;
export declare const tableThEmits: {
    click: (event: Event | MouseEvent) => boolean;
};
export declare type TableThEmits = typeof tableThEmits;
export declare type TableThEmitFn = EmitFn<TableThEmits>;
