/// import { IconProps } from './types'; export declare const GearIcon: ({ color, ...props }: IconProps) => JSX.Element; export default GearIcon;