export declare const SvgEditContext: import("react").Context<{
    svgElementDatas: {};
    svgViewElementDatas: {};
    svgRef: SVGSVGElement | null;
    currentMowingPartitionId: string;
    processStateIsMowing: boolean;
}>;
export declare const SvgEditContextProvider: import("react").Provider<{
    svgElementDatas: {};
    svgViewElementDatas: {};
    svgRef: SVGSVGElement | null;
    currentMowingPartitionId: string;
    processStateIsMowing: boolean;
}>;
export declare const useSvgEditContext: () => {
    svgElementDatas: {};
    svgViewElementDatas: {};
    svgRef: SVGSVGElement | null;
    currentMowingPartitionId: string;
    processStateIsMowing: boolean;
};
//# sourceMappingURL=svgEdit.d.ts.map