import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebBannerDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get open(): boolean; set open(a: boolean); private n; get closingRef(): string; set closingRef(a: string); private m; get closedRef(): string; set closedRef(a: string); }