import { WebButtonBaseDescription } from "./WebButtonBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebButtonDescription extends WebButtonBaseDescription { static $t: Type; protected get_type(): string; constructor(); private ad; get variant(): string; set variant(a: string); }