export declare enum InputDropdownVariant {
    DEFAULT = "DEFAULT",
    DEFAULT_SEARCH = "DEFAULT_SEARCH",
    TEST = "TEST"
}
