import type { CarouselProps } from '../Carousel';
interface CarouselVariablesProps extends CarouselProps {
    selector: string;
}
export declare function CarouselVariables({ slideGap, slideSize, selector }: CarouselVariablesProps): import("react/jsx-runtime").JSX.Element;
export declare function CarouselContainerVariables({ slideGap, slideSize, selector, }: CarouselVariablesProps): import("react/jsx-runtime").JSX.Element;
export {};
