// Component export.
export { default as Button, ButtonComponent } from './Button';

// Type export.
export type { Props as ButtonProps } from './Button.types';
