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

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