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 time: BasicType, string | null>; readonly disabled: BasicType; readonly clear: BasicType; readonly placeholder: BasicType, string | null>; readonly size: BasicType, FightingSize | 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, FightingSize | null>; }>> & { "onUpdate:time"?: ((val: string) => any) | undefined; }, { readonly size: FightingSize; readonly disabled: boolean; readonly placeholder: string; readonly clear: boolean; readonly time: string; }>; export default _sfc_main;