import { EventEmitter, OnChanges, OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class DateRangeToolbarComponentConfig { value: 'day' | 'week' | 'month' | 'custom'; } export declare class DateRangeToolbarComponent implements OnInit, OnChanges { config: DateRangeToolbarComponentConfig; onValueChange: EventEmitter; toggle: FormControl; constructor(); ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }