import { CalendarCellData } from '../types'; export declare const WEEK_LENGTH: number; export declare const DEFAULT_WEEKS: number; export declare const getCultureValues: (locale: string, weekDaysFormat: string, calendarType: string) => string[]; export declare const shiftArray: (array: T[], places: number) => T[]; export declare const trimOutsideRows: (matrix: CalendarCellData[][]) => CalendarCellData[][];