// @design-system: primitives/Button
export { Button } from './Button';
export type { ButtonProps } from './Button';
export { buttonVariants } from './variants';
