export declare const getNumOfColumns: (text: string | undefined) => 1 | 2 | 3 | 4 | undefined;