import { SVGProps } from 'react'; declare const Safepal: (props: SVGProps) => JSX.Element; export { Safepal as default };