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