import { NgxMatErrorControl } from './ngx-mat-error-control';
import * as i0 from "@angular/core";
export declare class NgxMatErrorsForDateRangePicker<D> extends NgxMatErrorControl {
    /** Returns start and end controls of the date range picker. */
    get(): (import("@angular/material/datepicker").MatStartDate<D> | import("@angular/material/datepicker").MatEndDate<D>)[];
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatErrorsForDateRangePicker<any>, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NgxMatErrorsForDateRangePicker<any>, "[ngx-mat-errors][forDateRangePicker]", never, {}, {}, never, never, true, never>;
}
