///
import { ButtonProps } from "antd/lib/button";
import { Result } from "glow-core/es/actions/use-submit";
export declare type ActionButtonProps = {
url: string;
payload: T;
onResponse?: (result: Result) => void;
} & Omit;
export declare function ActionButton(props: ActionButtonProps): JSX.Element;
//# sourceMappingURL=action-button.d.ts.map