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