import { type ReactNode } from 'react'; export declare const Wrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { $iconPosition?: string | undefined; $icon: ReactNode; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const IconWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ItemWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;