/**
 * @fileoverview Button component exports
 */
export { Button, type ButtonProps } from './Button';
export { default } from './Button';
