import type { BaseButtonProps, ForwardRefPrimitive } from '../types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/button) */ export declare const Button: ForwardRefPrimitive;