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