import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { ButtonProps, ButtonSlots, ButtonGroupProps, ButtonGroupSlots } from './types'; export declare const SButton: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { type: "default" | "primary" | "success" | "warning" | "danger" | "info"; size: "mini" | "small" | "medium" | "large"; htmlType: "button" | "submit" | "reset"; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ButtonProps> & Readonly<{}>, {}, {}, {}, {}, { type: "default" | "primary" | "success" | "warning" | "danger" | "info"; size: "mini" | "small" | "medium" | "large"; htmlType: "button" | "submit" | "reset"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { type: "default" | "primary" | "success" | "warning" | "danger" | "info"; size: "mini" | "small" | "medium" | "large"; htmlType: "button" | "submit" | "reset"; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: ButtonSlots; }) & Plugin; export declare const SButtonGroup: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { size: "mini" | "small" | "medium" | "large"; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, { size: "mini" | "small" | "medium" | "large"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { size: "mini" | "small" | "medium" | "large"; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: ButtonGroupSlots; }) & Plugin; export * from './types';