import { ComponentType } from 'react'; import { BoxProps } from '@mui/material'; import { ContainerProps } from './types'; export declare const BannerContainer: ComponentType; export declare const ContentContainer: ComponentType; export declare const TextContainer: ComponentType; export declare const ImageContainer: ComponentType; //# sourceMappingURL=styled.d.ts.map