import { SVGProps } from 'react';

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

export { Medibloc as default };
