export declare function splitDateByComponents(date: Date): { date: string; hour: number; minute: number; year: number; month: number; day: number; };