import { h } from 'preact'; export declare function TimezoneCollapseButton({ isCollapsed }: { isCollapsed: boolean; }): h.JSX.Element;