import { StyledComponent } from '@emotion/styled'; import { BoxOwnProps, MUIStyledCommonProps } from '@mui/system'; import { Theme } from '@mui/material'; import { DetailedHTMLProps, HTMLAttributes, ImgHTMLAttributes } from 'react'; export declare const HeroContainer: StyledComponent< BoxOwnProps & Omit< DetailedHTMLProps, HTMLDivElement>, keyof BoxOwnProps> & MUIStyledCommonProps, {}, {}>; export declare const ContentWrapper: StyledComponent< BoxOwnProps & Omit< DetailedHTMLProps, HTMLDivElement>, keyof BoxOwnProps> & MUIStyledCommonProps, {}, {}>; export declare const TextContent: StyledComponent< BoxOwnProps & Omit< DetailedHTMLProps, HTMLDivElement>, keyof BoxOwnProps> & MUIStyledCommonProps, {}, {}>; export declare const DescriptionWrapper: StyledComponent< BoxOwnProps & Omit< DetailedHTMLProps, HTMLDivElement>, keyof BoxOwnProps> & MUIStyledCommonProps, {}, {}>; export declare const ActionWrapper: StyledComponent< BoxOwnProps & Omit< DetailedHTMLProps, HTMLDivElement>, keyof BoxOwnProps> & MUIStyledCommonProps, {}, {}>; export declare const ImageWrapper: StyledComponent< BoxOwnProps & Omit< DetailedHTMLProps, HTMLDivElement>, keyof BoxOwnProps> & MUIStyledCommonProps, {}, {}>; export declare const HeroImage: StyledComponent, DetailedHTMLProps, HTMLImageElement>, {}>;