/// <reference types="react" />
declare const Gear: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Gear;
