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