import { OnInit } from '@angular/core'; import { MatDialogRef } from '@angular/material/dialog'; import { UntypedFormControl } from '@angular/forms'; import { PghHoursRangeDialogRes } from '../models'; import * as i0 from "@angular/core"; export declare class PghHourRangePickerDialogComponent implements OnInit { private matDialogRef; hourRange: UntypedFormControl; constructor(matDialogRef: MatDialogRef); ngOnInit(): void; submit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }