import type { IconNode } from "../types";
export declare const __iconNode: IconNode;
/**
 * @component @name UserCog
 * @description Loke SVG icon component, renders SVG Element with children.
 *
 * @param {Object} props - Loke icons props and any valid SVG attribute
 * @returns {JSX.Element} JSX Element
 */
declare const UserCog: import("react").ForwardRefExoticComponent<Omit<import("..").LokeProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
export default UserCog;
