type AreaProps = {
    chartOptions: any;
    rows: any;
};
export default function CustomArea({ chartOptions, rows }: AreaProps): import("react/jsx-runtime").JSX.Element;
export {};
