import { IanaZone } from '../../../types'; type TimezoneMessageProps = { timezone?: IanaZone; }; export declare function TimezoneMessage({ timezone }: TimezoneMessageProps): import("react/jsx-runtime").JSX.Element | null; export {};