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