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