import * as React from 'react'; declare function Phone(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Phone; export default Phone;