import { QueryList } from '@angular/core';
import { Editor } from '@tiptap/core';
import { BaseControl } from '../controls/base-control';
import * as i0 from "@angular/core";
export declare class EditorFooterComponent {
    editor: Editor | null;
    children: QueryList<BaseControl> | null;
    setEditor(tiptapEditor: Editor): void;
    passEditorToControls(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<EditorFooterComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EditorFooterComponent, "tip-editor-footer", never, {}, {}, ["children"], ["*"]>;
}
