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