import { SVGProps } from 'react';

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

export { Salt as default };
