import { SVGProps } from 'react';

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

export { Safepal as default };
