import { IconProps } from '../Icon'; declare function SvgGradient(props: IconProps): JSX.Element; export default SvgGradient;