/// import { ShapeProps } from './shapeUtils'; declare type HexagonProps = ShapeProps & { cornerRadius?: number; }; declare const Hexagon: React.FunctionComponent; export default Hexagon; //# sourceMappingURL=Hexagon.d.ts.map