import type { RowActionProps } from ".";
type EditActionProps = RowActionProps & {
    row: any;
    resource: string;
    title: string;
};
export declare function EditAction({ row, resource, title, disabled, ...props }: EditActionProps): import("react/jsx-runtime").JSX.Element;
export declare namespace EditAction {
    var displayName: string;
}
export {};
//# sourceMappingURL=edit.d.ts.map