import { TagActionsComponent } from './tag-actions/tag-actions.component';
import { TagListComponent } from './tag-list/tag-list.component';
import { TagNodeListComponent } from './tag-node-list/tag-node-list.component';
import { TagsCreatorComponent } from './tags-creator/tags-creator.component';
import * as i0 from "@angular/core";
import * as i1 from "./tags-creator/tags-creator.component";
import * as i2 from "./tag-actions/tag-actions.component";
import * as i3 from "./tag-list/tag-list.component";
import * as i4 from "./tag-node-list/tag-node-list.component";
export declare const CONTENT_TAG_DIRECTIVES: readonly [typeof TagsCreatorComponent, typeof TagActionsComponent, typeof TagListComponent, typeof TagNodeListComponent];
/** @deprecated use `...CONTENT_TAG_DIRECTIVES` instead or import standalone components directly */
export declare class TagModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<TagModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<TagModule, never, [typeof i1.TagsCreatorComponent, typeof i2.TagActionsComponent, typeof i3.TagListComponent, typeof i4.TagNodeListComponent], [typeof i1.TagsCreatorComponent, typeof i2.TagActionsComponent, typeof i3.TagListComponent, typeof i4.TagNodeListComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<TagModule>;
}
