import { PipeTransform } from '@angular/core';
import { IsDate } from './is-date.pipe';
import * as i0 from "@angular/core";
export declare class IsDateAfter<T extends Date | number | string> extends IsDate<T> implements PipeTransform {
    transform(value: T, dateAfter: T): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<IsDateAfter<any>, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<IsDateAfter<any>, "isDateAfter", true>;
}
