import { default as Button, ButtonProps } from './Button'; export type { ButtonProps }; export { Button }; export default Button;