export declare const XyProgress: import("../shared/install").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { size: import("./types").XyProgressSize; active: boolean; strokeColor: string; strokeWidth: number | string; variant: import("./types").XyProgressVariant; ariaLabel: string; status: import("./types").XyProgressStatus; format: import("./types").XyProgressFormat; indeterminate: boolean; percent: number; trailColor: string; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{ active?: boolean; ariaLabel?: string; classNames?: import("./types").XyProgressClassNames; format?: import("./types").XyProgressFormat; indeterminate?: boolean; percent?: number; showInfo?: boolean; size?: import("./types").XyProgressSize; status?: import("./types").XyProgressStatus; strokeColor?: string; strokeWidth?: number | string; styles?: import("./types").XyProgressStyles; trailColor?: string; variant?: import("./types").XyProgressVariant; }> & Readonly<{}>, {}, {}, {}, {}, { size: import("./types").XyProgressSize; active: boolean; strokeColor: string; strokeWidth: number | string; variant: import("./types").XyProgressVariant; ariaLabel: string; status: import("./types").XyProgressStatus; format: import("./types").XyProgressFormat; indeterminate: boolean; percent: number; trailColor: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { size: import("./types").XyProgressSize; active: boolean; strokeColor: string; strokeWidth: number | string; variant: import("./types").XyProgressVariant; ariaLabel: string; status: import("./types").XyProgressStatus; format: import("./types").XyProgressFormat; indeterminate: boolean; percent: number; trailColor: string; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: import("./types").XyProgressSlots; })>; export default XyProgress; export type { XyProgressClassNames, XyProgressFormat, XyProgressInfoSlotProps, XyProgressProps, XyProgressSemanticDom, XyProgressSemanticProps, XyProgressSize, XyProgressSlots, XyProgressStatus, XyProgressStyles, } from "./types";