import { ACTION } from 'frame.xstate'; import { TCoordsHook } from './types'; export declare function DesignerState(props: { height: number; currentMachine: any; sendCommand: (action: { type: ACTION; }) => void; coords: TCoordsHook; onClickReset: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DesignerState.d.ts.map