import { NativeDateAdapter } from '@angular/material/core'; export declare class CustomDateAdapter extends NativeDateAdapter { format(date: Date, _displayFormat: any): string; parse(value: any): Date | null; }