import Button from './Button'; import type { Props } from './Button'; export type { Props }; export default Button;