export default function formatDateRange(from: string | null | undefined, to: string | null | undefined, locale?: string): string | undefined;
