/// import { IconProps } from '../../types'; declare const IncomingCall: (allProps: IconProps) => JSX.Element; export default IncomingCall;