import * as React from "react";
import type { HexagonProps } from "./types";
declare const Hexagon: React.FC<HexagonProps>;
export default Hexagon;
