export declare enum ListOptionsVariantType {
    DEFAULT = "DEFAULT",
    INPUT = "INPUT",
    FUNCTIONALITIES_MODULE = "FUNCTIONALITIES_MODULE"
}
