import { SVGProps } from 'react';

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

export { Metal as default };
