import { ItemCardProps } from './interfaces'; export declare const StyledCard: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, ItemCardProps, never>; export declare const CardHeader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; declare type ThumbnailWrapperProps = { withPadding: boolean; minHeight?: number; maxHeight?: number; }; export declare const ThumbnailWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ThumbnailWrapperProps, never>; export declare const CardFooter: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const FavoriteButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; export declare const HoverDrawer: import("styled-components").StyledComponent, import("styled-components").DefaultTheme, {}, never>; export declare const Divider: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const Row: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const PendingTag: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export {};