import { SVGProps } from 'react';

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

export { Allsafe as default };
