export declare class SgnwSign {
    el: HTMLElement;
    private colorWatch;
    /** SWU string for sign */
    sign: string;
    /** Style String for sign */
    styling: string;
    sgnw: boolean;
    connectedCallback(): void;
    disconnectedCallback(): void;
    render(): any;
}
