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