export declare const dataHooks: {
    carouselWIPCount: string;
    carouselWIPButton: string;
};
export declare const CONTROLS_START_END: {
    DISABLED: string;
    HIDDEN: string;
};
export declare const SLIDING_TYPE: {
    ALIGN_TO_START: string;
    REVEAL_ONE: string;
    REVEAL_CHUNK: string;
};
export declare const ALIGNMENT: {
    LEFT: string;
    RIGHT: string;
};
export declare const SKIN_PRIORITY_MAP: {
    standard: string;
    inverted: string;
    light: string;
    transparent: string;
    premium: string;
};
export declare const DATA_HOOKS: {
    loader: string;
    imagesContainer: string;
    carouselImage: string;
    prevButton: string;
    nextButton: string;
    child: string;
    carousel: string;
    pageNavigation: (index: number) => string;
};
export declare const AUTOPLAY_SPEED = 2000;
export declare const SWIPE_THRESHOLD = 50;
//# sourceMappingURL=constants.d.ts.map