import { ITwoBannerContainerItem, ITwoBannerContainerWrapper } from "./TwoBannerContainer.interfaces";
export declare const TwoBannerContainerWrapper: import("styled-components").StyledComponent<"div", any, ITwoBannerContainerWrapper, never>;
export declare const TwoBannerContainerItem1: import("styled-components").StyledComponent<"div", any, ITwoBannerContainerItem, never>;
export declare const TwoBannerContainerItem2: import("styled-components").StyledComponent<"div", any, ITwoBannerContainerItem, never>;
