import { default as Button } from './button';
import { ComponentPublicInstance } from 'vue';
export { Button };
export { buttonProps } from './props';
export type ButtonExposed = ComponentPublicInstance & InstanceType<typeof Button>;
export type { ButtonProps, ButtonCProps } from './props';
export type { ButtonType, ButtonAttrType, ButtonSlots } from './symbol';
