export declare const TABLE_CONST: { ASC: string; DESC: string; DIRECTION: { ASC: string; DESC: string; }; ALIGN: { center: string; left: string; right: string; }; };