import type { VmType } from '..'; import type { ProgressState } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Progress from "./src/progress"; export declare const VProgress: Install; 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; }>>; /** progress 组件实例类型 */ export type ProgressInstance = InstanceType; export * from './src/interface'; export default VProgress;