import { SVGProps } from 'react'; declare const Hex: (props: SVGProps) => JSX.Element; export { Hex as default };