import React from "react"; /** * video-call-outgoing-solid.svg */ declare const VideoCallOutgoingSolidIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default VideoCallOutgoingSolidIcon;