import { IconProps } from '../components/Icon'; import { ArrowConfig, CurrentStyle, HoverStyle, NormalCard } from '../type'; interface WrapperProps { arrowConfig: ArrowConfig; } export declare const CircularWrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; interface CardWrapperProps { normalCard: NormalCard; currentStyle: CurrentStyle; hoverStyle: HoverStyle; } export declare const CardWrapper: import("styled-components").StyledComponent<"div", any, CardWrapperProps, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, IconProps, never>; export declare const CardWrapper1_0_3: import("styled-components").StyledComponent<"div", any, any, never>; export {};