declare const CProgressBar: import("vue").DefineComponent boolean; }; /** * The percent to progress the ProgressBar. */ value: { type: NumberConstructor; default: number; }; /** * Set the progress bar variant to optional striped. * * @values 'striped' */ variant: { type: StringConstructor; validator: (value: string) => value is "striped"; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; /** * The percent to progress the ProgressBar. */ value: { type: NumberConstructor; default: number; }; /** * Set the progress bar variant to optional striped. * * @values 'striped' */ variant: { type: StringConstructor; validator: (value: string) => value is "striped"; }; }>> & Readonly<{}>, { value: number; animated: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CProgressBar };