export declare class SgnwButton {
    el: HTMLElement;
    private colorWatch;
    /** SWU character for symbol */
    symbol: string;
    /** SWU string for sign */
    sign: string;
    /** SVG icon */
    svg: string;
    sgnw: boolean;
    connectedCallback(): void;
    disconnectedCallback(): void;
    render(): any;
}
