export declare enum FunctionalitiesModuleVariantType {
    DEFAULT = "DEFAULT",
    DEFAULT_NO_ANIMATION = "DEFAULT_NO_ANIMATION"
}
