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