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