import BaseComponent from "../Counter/BaseComponent";
declare class MobiusBlockquote extends BaseComponent {
    private _props;
    private events;
    private propertyUpdaters;
    constructor();
    static get observedAttributes(): string[];
    attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
    private setProperty;
    private updateProps;
    private updateBindings;
    private updateEvents;
    connectedCallback(): void;
    private render;
}
export default MobiusBlockquote;
