export declare const TILL_NOW = "TILL_NOW";
export type PickerDate = Date & {
    tillNow?: boolean;
};
