import { ActivatedRoute } from '@angular/router'; import { Observable } from 'rxjs'; import { PageLayoutService } from '../../../cms/page-layout/page-layout.service'; export declare class CategoryPageComponent { protected activeRoute: ActivatedRoute; protected pageLayoutService: PageLayoutService; constructor(activeRoute: ActivatedRoute, pageLayoutService: PageLayoutService); readonly categoryCode$: Observable; readonly brandCode$: Observable; readonly query$: Observable; readonly gridMode$: Observable; }