/// import { Icon } from '../_utils/icon'; export declare type CircleIconProps = Icon & Readonly<{ absolute?: boolean; spinning?: boolean; thin?: boolean; innerDisc?: boolean; }>; declare const StyledCircleIcon: import("styled-components").StyledComponent<({ absolute, spinning, thin, innerDisc, ...props }: CircleIconProps) => JSX.Element, any, {}, never>; export { StyledCircleIcon as CircleIcon };