/// import { Icon } from '../_utils/icon'; export declare type CheckCircleIconProps = Icon & Readonly<{ background?: boolean; }>; declare const StyledCheckCircleIcon: import("styled-components").StyledComponent<({ background, ...props }: CheckCircleIconProps) => JSX.Element, any, {}, never>; export { StyledCheckCircleIcon as CheckCircleIcon };