import { IconProps } from '../lib';
declare function Phone(props: IconProps): JSX.Element;
export default Phone;
