import { ButtonProps } from './button-variant.ts'; export { default as Button } from './Button.vue'; export type { ButtonProps };