export { Button, /** * @deprecated Use named export `{ Button }` instead. See [named-exports codemod documentation](https://github.com/mongodb/leafygreen-ui/tree/main/tools/codemods#named-exports) for migration assistance. */ Button as default, } from './Button'; export type { BaseButtonProps, ButtonProps } from './types'; export { FontSize, Size, Variant } from './types';