import { CarouselStylesType } from '../../../../../components/carousel/types/carouselTheme';
import { CarouselVariantType } from './variants';
export declare const getCarouselStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => CarouselStylesType<CarouselVariantType>;
