import type { SetupContext } from 'vue'; import type { ButtonEmits, ButtonProps } from './button'; export declare const useButton: (props: ButtonProps, emit: SetupContext["emit"]) => { _disabled: any; _size: any; _type: any; _ref: any; _props: any; _plain: any; _round: any; _text: any; shouldAddSpace: any; handleClick: (evt: MouseEvent) => void; };