import type { ThemeCommonVars } from '../../_styles/common'; import { Theme } from '../../_mixins'; export declare const self: (vars: ThemeCommonVars) => { dotSize: string; dotColor: string; dotColorActive: string; arrowColor: string; }; export declare type CarouselThemeVars = ReturnType; declare const carouselLight: Theme<'Carousel', CarouselThemeVars>; export default carouselLight; export declare type CarouselTheme = typeof carouselLight;