import { PrimitiveProps } from 'reka-ui'; import { HTMLAttributes } from 'vue'; import { ButtonVariants } from '.'; interface Props extends PrimitiveProps { variant?: ButtonVariants["variant"]; size?: ButtonVariants["size"]; class?: HTMLAttributes["class"]; } declare var __VLS_6: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_6) => any; }; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { as: import('reka-ui').AsTag | import('vue').Component; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };