/// <reference types="react" />
import { IIconWrapperProps } from './type';
export declare const IconWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IIconWrapperProps>>;
