export declare const MASK: number[][]; export declare const CELLS: (({ text: string; uuid: string; style: { background: string; }; } | { text: string; uuid: string; style?: undefined; })[] | ({ text: string; uuid: string; style?: undefined; } | { text: string; uuid: string; style: { color: string; }; })[])[];