declare const CProgress: import("vue").DefineComponent boolean; }; /** * Sets the height of the component. If you set that value the inner `` will automatically resize accordingly. */ height: NumberConstructor; /** * A string of all className you want applied to the component. * * @since 5.0.0 */ progressBarClassName: StringConstructor; /** * Makes progress bar thinner. */ thin: BooleanConstructor; /** * 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"; }; /** * Change the default color to white. */ white: BooleanConstructor; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; /** * Sets the height of the component. If you set that value the inner `` will automatically resize accordingly. */ height: NumberConstructor; /** * A string of all className you want applied to the component. * * @since 5.0.0 */ progressBarClassName: StringConstructor; /** * Makes progress bar thinner. */ thin: BooleanConstructor; /** * 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"; }; /** * Change the default color to white. */ white: BooleanConstructor; }>> & Readonly<{}>, { value: number; white: boolean; animated: boolean; thin: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CProgress };