export declare const DURATION = 6000;
export declare const CSS: {
    container: string;
    containerOverlaid: string;
    containerEdged: string;
    itemContainer: string;
    itemContainerForward: string;
    itemContainerBackward: string;
    pagination: string;
    paginationItems: string;
    paginationItem: string;
    paginationItemIndividual: string;
    paginationItemVisible: string;
    paginationItemOutOfRange: string;
    paginationItemSelected: string;
    paginationItemRangeEdge: string;
    pageNext: string;
    pagePrevious: string;
    autoplayControl: string;
    autoplayProgress: string;
};
export declare const ICONS: {
    readonly chevronLeft: "chevron-left";
    readonly chevronRight: "chevron-right";
    readonly inactive: "bullet-point";
    readonly active: "bullet-point-large";
    readonly pause: "pause-f";
    readonly play: "play-f";
};
export declare const centerItemsByBreakpoint: {
    medium: number;
    small: number;
    xsmall: number;
    xxsmall: number;
};
