import { LitElement } from 'lit';
declare const Connecting_base: typeof LitElement;
export declare class Connecting extends Connecting_base {
    render(): import("lit").TemplateResult<1>;
}
declare global {
    interface HTMLElementTagNameMap {
        'bci-connecting': Connecting;
    }
}
export {};
