export declare enum OptionVariantType {
    DEFAULT = "DEFAULT",
    INPUT = "INPUT",
    INPUT_HIGHTLIGHTED = "INPUT_HIGHTLIGHTED"
}
