import { PropType } from 'vue'; import { UIState, ColorScheme } from '../../declaration'; import { VsButtonStyleSet } from './types'; declare const _default: import('vue').DefineComponent; }; styleSet: { type: PropType; }; dense: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; large: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; circle: { type: BooleanConstructor; default: boolean; }; outline: { type: BooleanConstructor; default: boolean; }; primary: { type: BooleanConstructor; default: boolean; }; responsive: { type: BooleanConstructor; default: boolean; }; state: { type: PropType; default: string; }; }>, { colorSchemeClass: import('vue').ComputedRef; computedStyleSet: import('vue').ComputedRef<{ [key: string]: any; }>; classObj: import('vue').ComputedRef<{ 'vs-dense': boolean; 'vs-large': boolean; 'vs-button-loading': boolean; 'vs-outline': boolean; 'vs-primary': boolean; 'vs-responsive': boolean; 'vs-circle': boolean; }>; stateClasses: import('vue').ComputedRef<{ [x: string]: boolean; 'vs-state-box': boolean; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; }; styleSet: { type: PropType; }; dense: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; large: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; circle: { type: BooleanConstructor; default: boolean; }; outline: { type: BooleanConstructor; default: boolean; }; primary: { type: BooleanConstructor; default: boolean; }; responsive: { type: BooleanConstructor; default: boolean; }; state: { type: PropType; default: string; }; }>> & Readonly<{}>, { disabled: boolean; state: UIState; circle: boolean; dense: boolean; large: boolean; loading: boolean; outline: boolean; primary: boolean; responsive: boolean; }, {}, { VsIcon: import('vue').DefineComponent; required: true; }; size: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>, { iconSvgs: { attachFile: string; check: string; close: string; copy: string; drag: string; error: string; expandLess: string; expandMore: string; goFirst: string; goLast: string; goNext: string; goPrev: string; info: string; link: string; keyboardArrowUp: string; keyboardArrowDown: string; menu: string; message: string; noData: string; radioChecked: string; radioUnchecked: string; rotateRight: string; search: string; success: string; themeDark: string; themeLight: string; unfoldMore: string; warning: string; }; computedSize: import('vue').ComputedRef<{ width?: undefined; height?: undefined; } | { width: string; height: string; }>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; size: { type: (NumberConstructor | StringConstructor)[]; default: number; }; }>> & Readonly<{}>, { size: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;