import { Point } from './Point'; import { TAxisHook, TCoordsHook, TImageHook, TRotationHook, TShow, TStatusHook, TTrademarkHook } from './types'; import { ACTION } from 'frame.xstate'; export declare const DrawCanvas: import("react").ForwardRefExoticComponent<{ machine: any; sendCommand: (action: { type: ACTION; }) => void; width: number; height: number; status: TStatusHook; show: TShow; axis: TAxisHook; imageUrl?: string; coords: TCoordsHook; trademarkCenter: TTrademarkHook; imageCoords: TImageHook; rotation: TRotationHook; scaledSL?: number; scaledSH?: number; zoomFactor?: number; trademarkImageUrl?: string; backgroundColor?: string; } & import("react").RefAttributes<{ redrawCanvas: (points?: Point[], print?: boolean) => void; }>>; //# sourceMappingURL=DrawCanvas.d.ts.map