///
export declare const StyleCardItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledImageWrap: import("@emotion/styled").StyledComponent<{
alt: string;
backupSrc?: string;
unoptimized?: boolean;
placeholderSrc?: string;
width?: number;
quality?: number;
} & import("react").ClassAttributes & import("react").ImgHTMLAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;