type Props = {
    size: number;
    outerAreaSize: number;
    strokeWidth: number;
    innerAreaColor?: string;
    rowColor?: string;
};
export declare function BezierCurveEditorPlane({ size, outerAreaSize, strokeWidth, innerAreaColor, rowColor }: Props): JSX.Element;
export {};
