export declare type DayPositionInDateRange = 'inside' | 'first' | 'last';
