export declare const Move: (props: {
    blockPath: Array<number>;
}) => import("react/jsx-runtime").JSX.Element;
