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