/** * @uiName RC Global Container */ export declare class RcGlobal { ignored: boolean; /** * @uiName Widget Type */ widgetType: string; constructor(); disconnectedCallback(): void; render(): any; }