declare const CSpinner: import("vue").DefineComponent boolean; }; /** * Size the component small. * * @values 'sm' */ size: { type: StringConstructor; validator: (value: string) => value is "sm"; }; /** * Set the button variant to an outlined button or a ghost button. * * @values 'border', 'grow' */ variant: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; /** * Set visually hidden label for accessibility purposes. */ visuallyHiddenLabel: { type: StringConstructor; default: string; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; /** * Size the component small. * * @values 'sm' */ size: { type: StringConstructor; validator: (value: string) => value is "sm"; }; /** * Set the button variant to an outlined button or a ghost button. * * @values 'border', 'grow' */ variant: { type: StringConstructor; default: string; validator: (value: string) => boolean; }; /** * Set visually hidden label for accessibility purposes. */ visuallyHiddenLabel: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { variant: string; as: string; visuallyHiddenLabel: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CSpinner };