/// import { IIconProps } from "types"; declare function OutgoingCall(props: IIconProps): JSX.Element; export default OutgoingCall;