import { TCoordsHook, TNumberHook, TShowHook } from './types'; import { ACTION } from 'frame.xstate'; export declare function DesignerDrawOptions(props: { width: number; currentMachine: any; sendCommand: (action: { type: ACTION; length?: number; height?: number; }) => void; show: TShowHook; coords: TCoordsHook; scaledSL: TNumberHook; scaledSH: TNumberHook; scalingEnabled: boolean; callbackAfterScale?: (length: number, height: number) => void; widthInPercent: string; backgroundColor?: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DesignerDrawOptions.d.ts.map