import { VudDateStruct } from '../datepicker.model'; import { VudDateNativeAdapter } from './date-native.adapter'; import * as i0 from "@angular/core"; export declare class VudDateNativeUTCAdapter extends VudDateNativeAdapter { protected _fromNativeDate(date: Date): VudDateStruct; protected _toNativeDate(date: VudDateStruct): Date; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }