export { default as PromoBanner } from './promo';
export { default as HorizontalCarousel } from './horizontal';
export { default as VerticalCarousel } from './vertical';
export type { PromoSliderProps as PromoBannerProps } from './types';
