export declare class SgnwButton { el: HTMLElement; /** SWU character for symbol */ symbol: string; /** SWU string for sign */ sign: string; /** SVG icon */ svg: string; sgnw: boolean; connectedCallback(): void; render(): any; }