export declare class CustomTagsService {
    tags: string[];
    addCustomTag(tag: string): void;
}
