import { OwlDateTimeIntl } from "ng-pick-datetime"; import { TranslateService } from "@ngx-translate/core"; export declare class LocalizedIntl extends OwlDateTimeIntl { private _translate; constructor(_translate: TranslateService); /** A label for the cancel button */ cancelBtnLabel: any; /** A label for the set button */ setBtnLabel: any; }