import { IconProps } from '../iconUtils'; export declare const Phone: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type PhoneProps = IconProps; export default Phone;