import React, { type ReactNode } from "react"; import type { PlotConfiguration } from "./types"; export declare const CanPlot: React.ForwardRefExoticComponent<{ configuration: PlotConfiguration; children?: ReactNode; style?: React.CSSProperties; } & React.HTMLAttributes & React.RefAttributes>; //# sourceMappingURL=CanPlot.d.ts.map