import { ElementRef, Renderer2 } from '@angular/core'; import { CategorySubCategoryContent } from './category-subcategory-content/category-subcategory-content'; import { DictionaryService } from '../services/dictionary.service'; import * as i0 from "@angular/core"; export declare class CompanyCategoryComponent extends CategorySubCategoryContent { private readonly dictionary; constructor(dictionary: DictionaryService, _renderer: Renderer2, _elementRef: ElementRef); bindDictionary(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }