import { ISmallCarouselProps } from "../../components/LargeComponents/SmallCarousel/SmallCarousel.interfaces";
import { ISmallPromotionProps } from "../../components/SmallComponents/SmallPromotion/SmallPromotion.interfaces";
export declare const TAIPropsSmallPromotionInContainer: Partial<ISmallPromotionProps>;
export declare const TAIPropsSmallCarousel: ISmallCarouselProps;
