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