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