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