import { FC } from "react"; import { Hex } from "./models"; interface PathProps { start?: Hex; end?: Hex; } export declare const Path: FC; export {}; //# sourceMappingURL=path.d.ts.map