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