///
import { CardProps, HasHref } from './types';
import { HeadlineOverrides } from '../headline/types';
export declare const StyledCardContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & HasHref, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledCardContainerMedia: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & HasHref, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledCardContainerTeaserAndActions: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & HasHref, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledCardContainerTeaser: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick & HasHref, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledCardLink: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & HeadlineOverrides, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>;
export declare const StyledCardContainerActions: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
} & Pick & HasHref, {}, {}>;
//# sourceMappingURL=styled.d.ts.map