import type { FightingSize } from '../../_interface'; import type { BasicType } from '../../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly date: BasicType, string | null>; readonly disabled: BasicType; readonly clear: BasicType; readonly size: BasicType, FightingSize | null>; readonly format: BasicType, string | null>; readonly placeholder: BasicType, string | null>; /** 传递给日历组件的当前时间 */ readonly addZero: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:date": (val: string) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly disabled: BasicType; readonly clear: BasicType; readonly size: BasicType, FightingSize | null>; readonly format: BasicType, string | null>; readonly placeholder: BasicType, string | null>; /** 传递给日历组件的当前时间 */ readonly addZero: BasicType; }>> & { "onUpdate:date"?: ((val: string) => any) | undefined; }, { readonly size: FightingSize; readonly disabled: boolean; readonly date: string; readonly placeholder: string; readonly clear: boolean; readonly format: string; readonly addZero: boolean; }>; export default _sfc_main;