import { SVGProps } from 'react';

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

export { Educare as default };
