declare const COL_OPTIONS: readonly [1, 2, 3, 4]; type ColCount = (typeof COL_OPTIONS)[number]; declare const DEFAULT_COLS = 2; export { COL_OPTIONS, DEFAULT_COLS }; export type { ColCount }; //# sourceMappingURL=constants.d.ts.map