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