export declare enum PageControlVariant {
    BULLETS = "BULLETS"
}
export declare enum ArrowsControlVariant {
    DEFAULT = "DEFAULT"
}
