/// import { IconProps } from '../../types'; declare const IPhone: (allProps: IconProps) => JSX.Element; export default IPhone;