import type { SVGProps } from 'react';
declare const SvgCogwheel: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
/**
 * @deprecated The ‘Cogwheel’ icon will be removed in release 3.0.0.
 * Use ‘Settings’ instead.
 */
export default SvgCogwheel;
