import { LitElement } from 'lit';
/**
 * @fires lwc:connected - Indicates a wallet has been connected and window.webln is now available and enabled
 */
export declare class LwcElement extends LitElement {
    protected _connected: boolean;
    protected _connecting: boolean;
    protected _connectorName: string | undefined;
    protected _alias: string | undefined;
    protected _balance: number | undefined;
    constructor();
    connectedCallback(): void;
    static styles: import("lit").CSSResult;
}
//# sourceMappingURL=lwc-element.d.ts.map