import { AfterViewInit, OnInit } from "@angular/core"; import { CategoryState } from "../states/category.state"; import { DeviceState } from "smartstock-core"; import { Subject } from "rxjs"; import * as i0 from "@angular/core"; export declare class CategoriesComponent implements AfterViewInit, OnInit { readonly deviceState: DeviceState; readonly categoryState: CategoryState; show: boolean; destroyer: Subject; constructor(deviceState: DeviceState, categoryState: CategoryState); ngAfterViewInit(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }