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