import { BaseButtonProps } from '../types'; /** * Buttons allow users to take actions, and make choices, with a single tap. Buttons are a type of call to action (CTA) the user can click or press. */ export declare const Button: import("@leafygreen-ui/polymorphic").InferredPolymorphicComponentType; //# sourceMappingURL=Button.d.ts.map