import { ContactMethodProps } from '../ui'; import * as React from 'react'; declare const PhoneComponent: React.FC; export default PhoneComponent;