import { h } from 'preact'; export declare function TimezoneLabels({ top }: { top: number | null; }): h.JSX.Element | null;