import { WebBaseOptionLikeDescription } from "./WebBaseOptionLikeDescription";
import { Type } from "./type";
export declare class WebDropdownItemDescription extends WebBaseOptionLikeDescription {
static $t: Type;
protected get_type(): string;
constructor();
}