/// import { ButtonProps } from "antd/lib/button"; declare type Props = { payload: any; path: string; onSuccess?: (value?: any) => void; onError?: (e: any) => void; scopes?: string[]; }; export declare const ActionButton: ({ path, payload, onSuccess, onError, scopes, ...props }: ButtonProps & Props) => JSX.Element; export {}; //# sourceMappingURL=ActionButton.d.ts.map