/// export declare const LOCALSTORAGE_HEIGHT_KEY_PREFIX = "chart_height."; interface Props { chartContainerElement: HTMLElement; chartUuid: string; heightId: string | undefined; isLegendOnBottom: boolean; } export declare const ResizeHandler: ({ chartContainerElement, chartUuid, heightId, isLegendOnBottom, }: Props) => JSX.Element; export {};