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