import { CardContentOwnerState } from './CardContent.types'; export declare const CardContentRoot: import("@emotion/styled").StyledComponent & CardContentOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CardContentBody: import("@emotion/styled").StyledComponent & CardContentOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CardContentBodyMain: import("@emotion/styled").StyledComponent, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const CardContentTitle: import("@emotion/styled").StyledComponent, HTMLSpanElement>, "ref"> & { ref?: React.Ref; }, "sx" | "variant" | "noWrap" | "gutterBottom" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps & CardContentOwnerState, {}, {}>; export declare const CardContentSubtitle: import("@emotion/styled").StyledComponent, HTMLSpanElement>, "ref"> & { ref?: React.Ref; }, "sx" | "variant" | "noWrap" | "gutterBottom" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps & CardContentOwnerState, {}, {}>; export declare const CardContentSupportingText: import("@emotion/styled").StyledComponent, HTMLSpanElement>, "ref"> & { ref?: React.Ref; }, "sx" | "variant" | "noWrap" | "gutterBottom" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps & CardContentOwnerState, {}, {}>; export declare const CardHeaderAction: import("@emotion/styled").StyledComponent & CardContentOwnerState, React.DetailedHTMLProps, HTMLDivElement>, {}>;