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