import { Component } from "@ribajs/core";
export declare class ShopifyDebugBarComponent extends Component {
    static tagName: string;
    static get observedAttributes(): string[];
    scope: any;
    protected autobind: boolean;
    protected previewBar: HTMLIFrameElement | null;
    protected adminBar: HTMLIFrameElement | null;
    constructor();
    protected connectedCallback(): void;
    protected attributeChangedCallback(name: string, oldValue: any, newValue: any, namespace: string | null): Promise<void>;
    hide(): void;
    toggleBar(forceHide?: boolean): void;
    protected beforeBind(): Promise<any>;
    protected template(): Promise<string | null>;
}
