import React from 'react'; import type { IconProps } from '../../icons/types'; export declare const SettingsIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & { variant?: 'circle' | 'default'; }, "data-component-name" | "size" | "variant" | keyof React.SVGProps> & { color?: string; size?: string; className?: string; 'data-component-name'?: string; } & React.SVGProps & { variant?: 'circle' | 'default'; }, "data-component-name"> & Partial & { variant?: 'circle' | 'default'; }, "data-component-name" | "size" | "variant" | keyof React.SVGProps> & { color?: string; size?: string; className?: string; 'data-component-name'?: string; } & React.SVGProps & { variant?: 'circle' | 'default'; }, "data-component-name">>> & string & Omit<(props: IconProps & { variant?: 'circle' | 'default'; }) => React.JSX.Element, keyof React.Component>;