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