///
import { ButtonProps } from "antd/lib/button";
import { Result } from "glow-core/es/actions/use-submit";
export * from "./promise-button";
export * from "./promise-popconfirm";
declare type ActionProps = {
url: string;
input: Input;
onResult?: (result: Result