export declare class FswSymbol { el: HTMLElement; private colorWatch; /** FSW key for symbol */ symbol: string; /** Style String for symbol */ styling: string; sgnw: boolean; connectedCallback(): void; disconnectedCallback(): void; render(): any; }