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; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }