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