import type { XyProgressClassNames, XyProgressFormat, XyProgressSize, XyProgressSlots, XyProgressStatus, XyProgressStyles, XyProgressVariant } from "./types"; type __VLS_Props = { active?: boolean; ariaLabel?: string; classNames?: XyProgressClassNames; format?: XyProgressFormat; indeterminate?: boolean; percent?: number; showInfo?: boolean; size?: XyProgressSize; status?: XyProgressStatus; strokeColor?: string; strokeWidth?: number | string; styles?: XyProgressStyles; trailColor?: string; variant?: XyProgressVariant; }; type __VLS_Slots = XyProgressSlots; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { size: XyProgressSize; active: boolean; strokeColor: string; strokeWidth: number | string; variant: XyProgressVariant; ariaLabel: string; status: XyProgressStatus; format: XyProgressFormat; indeterminate: boolean; percent: number; trailColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };