import { ThemeOptions } from '../theme-options'; import { Store } from '@ngrx/store'; import { ThemeState } from '../store/theme.state'; import * as i0 from "@angular/core"; export declare class OptionsDrawerComponent { globals: ThemeOptions; store: Store<{ todoReducer: ThemeState; }>; faCog: import("@fortawesome/fontawesome-common-types").IconDefinition; toggleOptionsDrawer(): void; toggleFixedFooter(): void; showFixedFooter(): void; hideFixedFooter(): void; constructor(globals: ThemeOptions, store: Store<{ todoReducer: ThemeState; }>); changeHeaderTheme(headerTheme: string): void; changeSideBarTheme(sidebarTheme: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }