export declare const SORT: {
    UP: string;
    DOWN: string;
};
export declare const SORT_VALUE: {
    UP: string;
    DOWN: string;
    false: undefined;
};
//# sourceMappingURL=Table.consts.d.ts.map