import { IconProps } from '../lib';
declare function Hexagon(props: IconProps): JSX.Element;
export default Hexagon;
