import { OnInit } from '@angular/core'; import { Store } from '@ngrx/store'; import { TfConfigState } from '../../store/tf-config/tf-config.models'; import { TfNavigationState } from '../../store/tf-navigation/tf-navigation.models'; import { StorybookUtilityService } from '../../utilities/storybook-utility.service'; import { TfSidebarState } from '../../store/tf-sidebar/tf-sidebar.models'; import { TfDashboardState } from '../../store/tf-dashboard/tf-dashboard.models'; import * as i0 from "@angular/core"; export declare class TfDashboardLayoutComponent implements OnInit { private store; private storyBookService; constructor(store?: Store | null, storyBookService?: StorybookUtilityService | null); tfConfig: TfConfigState; tfNavigation: TfNavigationState; tfSidebar: TfSidebarState; tfDashboard: TfDashboardState; ngOnInit(): void; onClickNavBars(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }