declare const CWidgetStatsF: import("vue").DefineComponent boolean; }; /** * Set padding of your component. */ padding: { type: BooleanConstructor; default: boolean; }; /** * Title for your component. If you want to pass non-string value please use dedicated slot `` */ title: StringConstructor; /** * Helper text for your component. If you want to pass non-string value please use dedicated slot `` */ text: StringConstructor; /** * Value for your component. If you want to pass non-string or non-number value please use dedicated slot `` */ value: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; /** * Set padding of your component. */ padding: { type: BooleanConstructor; default: boolean; }; /** * Title for your component. If you want to pass non-string value please use dedicated slot `` */ title: StringConstructor; /** * Helper text for your component. If you want to pass non-string value please use dedicated slot `` */ text: StringConstructor; /** * Value for your component. If you want to pass non-string or non-number value please use dedicated slot `` */ value: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>> & Readonly<{}>, { value: string | number; padding: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CWidgetStatsF };