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