import { FC } from "react"; interface HexPatternProps { id: string; url: string; } export declare const HexPattern: FC; export {}; //# sourceMappingURL=hex-pattern.d.ts.map