import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _ButtonGroup from './button-group.vue'; import _Button from './button.vue'; declare const Button: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; }; shape: { type: import("vue").PropType; }; status: { type: import("vue").PropType; }; size: { type: import("vue").PropType; }; long: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; loadingFixedWidth: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; }; htmlType: { type: import("vue").PropType; default: string; }; autofocus: { type: BooleanConstructor; default: boolean; }; href: StringConstructor; tooltip: { type: import("vue").PropType; }; }>> & Readonly<{ onClick?: ((_ev: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (_ev: MouseEvent) => any; }, import("vue").PublicProps, { disabled: boolean; autofocus: boolean; loading: boolean; long: boolean; loadingFixedWidth: boolean; htmlType: "button" | "reset" | "submit"; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; shape: { type: import("vue").PropType; }; status: { type: import("vue").PropType; }; size: { type: import("vue").PropType; }; long: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; loadingFixedWidth: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; }; htmlType: { type: import("vue").PropType; default: string; }; autofocus: { type: BooleanConstructor; default: boolean; }; href: StringConstructor; tooltip: { type: import("vue").PropType; }; }>> & Readonly<{ onClick?: ((_ev: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, { disabled: boolean; autofocus: boolean; loading: boolean; long: boolean; loadingFixedWidth: boolean; htmlType: "button" | "reset" | "submit"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; }; shape: { type: import("vue").PropType; }; status: { type: import("vue").PropType; }; size: { type: import("vue").PropType; }; long: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; loadingFixedWidth: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; }; htmlType: { type: import("vue").PropType; default: string; }; autofocus: { type: BooleanConstructor; default: boolean; }; href: StringConstructor; tooltip: { type: import("vue").PropType; }; }>> & Readonly<{ onClick?: ((_ev: MouseEvent) => any) | undefined; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (_ev: MouseEvent) => any; }, string, { disabled: boolean; autofocus: boolean; loading: boolean; long: boolean; loadingFixedWidth: boolean; htmlType: "button" | "reset" | "submit"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { icon?: (props: {}) => any; } & { default?: (props: {}) => any; } & { default?: (props: {}) => any; } & { 'sr-only'?: (props: {}) => any; } & { icon?: (props: {}) => any; } & { default?: (props: {}) => any; } & { default?: (props: {}) => any; } & { 'sr-only'?: (props: {}) => any; } & { tooltip?: (props: {}) => any; }; }) & { Group: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; }; status: { type: import("vue").PropType; }; shape: { type: import("vue").PropType; }; size: { type: import("vue").PropType; }; disabled: { type: BooleanConstructor; }; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { disabled: boolean; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; }; status: { type: import("vue").PropType; }; shape: { type: import("vue").PropType; }; size: { type: import("vue").PropType; }; disabled: { type: BooleanConstructor; }; }>> & Readonly<{}>, {}, {}, {}, {}, { disabled: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; }; status: { type: import("vue").PropType; }; shape: { type: import("vue").PropType; }; size: { type: import("vue").PropType; }; disabled: { type: BooleanConstructor; }; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { disabled: boolean; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; }); install: (app: App, options?: SDOptions) => void; }; export type ButtonInstance = InstanceType; export type ButtonGroupInstance = InstanceType; export type { ButtonProps } from './interface'; export { _ButtonGroup as ButtonGroup }; export default Button;