import * as i0 from "@angular/core";
export declare class MyFormat {
    displayFormat: string;
    setDisplayFormat(displayFormat: string): void;
    get display(): {
        monthYearLabel: string;
        dateA11yLabel: string;
        monthYearA11yLabel: string;
        dateInput: string;
    };
    get parse(): {
        dateInput: string;
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<MyFormat, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<MyFormat>;
}
//# sourceMappingURL=date-format.d.ts.map