import { ButtonProps } from '../constants/props'; export declare const useButtonProps: (props: ButtonProps) => { _type: import('vue').ComputedRef; _size: import('vue').ComputedRef boolean) | undefined; required: boolean; default: any; }>; _plain: import('vue').ComputedRef; _disabled: import('vue').ComputedRef; };