import { IconProps } from '../lib';
declare function Gear(props: IconProps): JSX.Element;
export default Gear;
