import TZDate from "../../time/date"; export declare function useTZConverter(): (timezoneName: string, tzDate?: TZDate) => TZDate;