import Button from './button' import { ButtonProps } from './button' export type Props = ButtonProps export default Button