import { type PropsWithChildren } from 'react'; import type { ChartLoaderOverlayProps } from './types.js'; /** * @internal * * Component used to decide if some actions should be done during charts * loading states. */ export declare const ChartLoaderOverlay: { ({ children, loading, zoomEnabled, }: PropsWithChildren): string | number | bigint | boolean | import("react").JSX.Element | Iterable | Promise | import("react").ReactElement> | import("react").ReactPortal | null | undefined> | null | undefined; displayName: string; }; //# sourceMappingURL=ChartLoaderOverlay.d.ts.map