import { SVGProps } from 'react';

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

export { Bytom as default };
