import BaseComponent from "../Counter/BaseComponent";
export default class AddCommandGroup extends BaseComponent {
    private commandsMap;
    private addCommand;
    private props;
    constructor();
    static get observedAttributes(): string[];
    attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
    connectedCallback(): void;
    createRecordedTextJSON: (props: any, bindings: any, index: number) => {
        id: string;
        type: string;
        role: string;
        version: string;
        lang: string;
        "alt-text": string;
        name: string;
        props: any;
        styles: string;
        value: string;
        index: number;
        children: never[];
        bindings: any;
    };
    render(): void;
}
