import { SVGProps } from 'react';

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

export { Esbc as default };
