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