import { SVGProps } from 'react';

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

export { Salus as default };
