import React from "react";
import IProps from "./IProps";
declare const Phone: React.FC<IProps>;
export default Phone;
