import { ModelName, OutputModelAction } from "../types";
type Props = {
    action: OutputModelAction[number];
    resource: ModelName;
    resourceIds: string[] | number[];
};
declare const ActionDropdownItem: ({ action, resource, resourceIds }: Props) => import("react/jsx-runtime").JSX.Element | null;
export default ActionDropdownItem;
//# sourceMappingURL=ActionDropdownItem.d.ts.map