import * as React from "react";
import type { IconProps } from "../types";
declare const KeySolid: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default KeySolid;
//# sourceMappingURL=key-solid.d.ts.map