import type { VmSize } from '../..'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly time: BasicType, string | null>; readonly disabled: BasicType; readonly clear: BasicType; readonly placeholder: BasicType, string | null>; readonly size: BasicType, VmSize | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:time": (val: string) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly disabled: BasicType; readonly clear: BasicType; readonly placeholder: BasicType, string | null>; readonly size: BasicType, VmSize | null>; }>> & { "onUpdate:time"?: ((val: string) => any) | undefined; }, { readonly size: VmSize; readonly disabled: boolean; readonly placeholder: string; readonly clear: boolean; readonly time: string; }>; export default _sfc_main;