import { DefineComponent } from 'vue' export const MlDatePicker: DefineComponent<{ modelValue?: string placeholder?: string 'onUpdate:modelValue'?: (value: any) => void onChange?: (params: any) => void }>