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