///
export declare const StyledMediaContentSection: {
Container: import("styled-components").StyledComponent<"div", any, {}, never>;
Media: import("styled-components").StyledComponent<"div", any, {}, never>;
Content: import("styled-components").StyledComponent<"div", any, {}, never>;
Title: import("styled-components").StyledComponent<({ theme, ...props }: Readonly<{
id?: string;
className?: string;
children: import("react").ReactNode;
itemProp?: string;
theme: import("styled-components").ThemeProps;
}>) => JSX.Element, any, {
isInverted?: boolean;
}, "isInverted">;
Paragraph: import("styled-components").StyledComponent<({ theme, ...props }: Readonly<{
id?: string;
className?: string;
children: import("react").ReactNode;
itemProp?: string;
theme: import("styled-components").ThemeProps;
}>) => JSX.Element, any, {
isInverted?: boolean;
}, "isInverted">;
};