import * as React from "react"; import { IconProps } from '../lib'; declare const UserGear: (props: IconProps) => React.JSX.Element; export default UserGear; //# sourceMappingURL=UserGear.d.ts.map