import type { IconProps } from '../types/index'; declare function SvgViewOff(iconProps: IconProps): JSX.Element; declare namespace SvgViewOff { var displayName: string; } export default SvgViewOff;