import * as React from 'react'; import type { CommonOverlayProps } from "./ChartsOverlay.js"; export declare function ChartsLoadingOverlay(props: CommonOverlayProps): React.JSX.Element;