///
export declare const ProductItem: (props: import("../..").WithoutEmotionSpecific & {
disabledReason?: string | undefined;
note?: string | undefined;
tooltipPlacement?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start" | undefined;
component?: TComponent | undefined;
href?: string | undefined;
} & import("react").ComponentPropsWithRef & import("react").RefAttributes) => import("react").ReactElement> | null;
export declare const Logo: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLImageElement>, {}>;
export declare const TitleErrorContainer: import("@emotion/styled").StyledComponent & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
} & import("../../Grid/styles").StyledGridProps, {}, {}>;