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