import { UserWithRangeType } from '../../../../types'; import { IRange } from '../../../../utils'; export declare const getRangesArray: (user: UserWithRangeType, currentDate: string, tdWidth: number | null) => IRange[];