import React from "react"; import type { DataListActionProps, DataListObject } from "@jobber/components/DataList/DataList.types"; export declare function DataListAction({ label, icon, destructive, visible, onClick, actionUrl, }: DataListActionProps): React.JSX.Element | null;