import { ReactNode } from 'react';
export interface ChartAreaProps {
    readonly children: ReactNode;
}
export declare function ChartArea({ children }: ChartAreaProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ChartArea.d.ts.map