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