import { SVGProps } from 'react';

declare const Hex: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Hex as default };
