import { BoardCardProps } from './interfaces'; export declare const StyledCard: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, BoardCardProps, never>; export declare const CardHeader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; declare type ThumbnailWrapperProps = { customImage?: boolean; }; export declare const ThumbnailWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, ThumbnailWrapperProps, never>; export {};