export declare const ZERO_BORDER_TABLE: { top: string; 'top-mid': string; 'top-left': string; 'top-right': string; bottom: string; 'bottom-mid': string; 'bottom-left': string; 'bottom-right': string; left: string; 'left-mid': string; mid: string; 'mid-mid': string; right: string; 'right-mid': string; middle: string; }; export declare const COLON_MIDDLE_BORDER_TABLE: { top: string; 'top-mid': string; 'top-left': string; 'top-right': string; bottom: string; 'bottom-mid': string; 'bottom-left': string; 'bottom-right': string; left: string; 'left-mid': string; mid: string; 'mid-mid': string; right: string; 'right-mid': string; middle: string; };