/// <reference types="react" />
declare const Gear: (props: any, ref: any) => JSX.Element;
export default Gear;
