export declare class FswVp { el: HTMLElement; private colorWatch; /** FSW text */ vp: string; /** Colorize flag */ colorize: boolean; sgnw: boolean; items: object[]; parseText(newValue: string): void; connectedCallback(): void; disconnectedCallback(): void; render(): any; }