import { SVGProps } from 'react';

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

export { Metadium as default };
