import type { VmType } from '../..'; import type { ProgressState } from './interface'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly percentage: BasicType; readonly state: BasicType, ProgressState | null>; readonly type: BasicType, VmType | null>; readonly height: BasicType, string | number | null>; readonly showText: BasicType; readonly diameter: BasicType; readonly outsideText: BasicType; readonly textColor: BasicType, string | null>; readonly color: BasicType, string | null>; readonly background: BasicType, string | null>; readonly stripe: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly state: BasicType, ProgressState | null>; readonly type: BasicType, VmType | null>; readonly height: BasicType, string | number | null>; readonly showText: BasicType; readonly diameter: BasicType; readonly outsideText: BasicType; readonly textColor: BasicType, string | null>; readonly color: BasicType, string | null>; readonly background: BasicType, string | null>; readonly stripe: BasicType; }>>, { readonly type: VmType; readonly background: string; readonly color: string; readonly height: string | number; readonly state: ProgressState; readonly textColor: string; readonly percentage: number; readonly showText: boolean; readonly diameter: number; readonly outsideText: boolean; readonly stripe: boolean; }>; export default _sfc_main;