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