import { NarikFormComponent } from "../base/narik-form-component"; export declare class NarikDatePicker extends NarikFormComponent { protected convertValue(value: any): any; } export declare const NARIK_DATE_PICKER_INPUTS: string[];