import { type PropsWithChildren } from 'react'; export declare const PieChartOverlays: ({ children }: PropsWithChildren) => string | number | boolean | Iterable | import("react/jsx-runtime.js").JSX.Element | null | undefined;