import { ButtonProps } from '../Button'; export type ActionButtonProps = ButtonProps; declare const ActionButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default ActionButton; //# sourceMappingURL=ActionButton.d.ts.map