import { EventEmitter } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class DateRangeComponent { private themesService; range: { start: Date; end: Date; }; rangeStartLabel: string; rangeEndLabel: string; isDisabled: boolean; size: "small" | "medium" | "large"; rounded: "small" | "medium" | "large" | "full"; fillMode: "solid" | "flat" | "outline"; autoCorrectOn: "blur" | "change" | "none"; labelStyle: any; modelChange: EventEmitter; constructor(themesService: ThemesService); onStartChange(ev: any): void; onEndChange(ev: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_isDisabled: boolean | string; }