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