import { Point } from './Point'; import { useMachine } from '@xstate/react'; export declare function Start(props: { origin: Point; machine: ReturnType[0]; onReset: () => void; onAfterLoadImage: (url: string) => void; onAfterLoadPoints: (points: Point[], universeCenter: Point) => void; onAfterDefinePoints: () => void; flexDirection?: any; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Start.d.ts.map