import type { GlobalTheme } from '../global'; declare const getCardCarouselTheme: (theme: GlobalTheme) => { colors: { carouselItemBackground: string; }; space: { pageControlMarginTop: number; contentContainerPaddingHorizontal: number; carouselItemSpacing: { xsmall: number; small: number; medium: number; }; }; radii: { card: number; }; }; export default getCardCarouselTheme;