import type { VmType } from '../..'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly value: BasicType, string | number | null>; readonly max: BasicType; readonly dot: BasicType; readonly show: BasicType; readonly type: BasicType, VmType | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly max: BasicType; readonly dot: BasicType; readonly show: BasicType; readonly type: BasicType, VmType | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }>>, { readonly type: VmType; readonly background: string; readonly color: string; readonly value: string | number; readonly max: number; readonly dot: boolean; readonly show: boolean; }>; export default _sfc_main;