import React, { ComponentPropsWithoutRef } from "react"; import { SpaceBetweenProps } from "../SpaceBetween"; import { TextBodyProps } from "../Text"; export declare const ChartPanel: (({ children, className, ...props }: ComponentPropsWithoutRef<"figure">) => React.JSX.Element) & { Header: ({ className, ...rest }: SpaceBetweenProps) => React.JSX.Element; Title: ({ children, size, weight, ...rest }: TextBodyProps) => React.JSX.Element; ResetZoom: () => React.JSX.Element; }; //# sourceMappingURL=ChartPanel.d.ts.map