import { SchemaActionItem } from '../utils'; export declare function ActionOptions({ item, pathPrefix, }: { item: SchemaActionItem | null; pathPrefix: string; }): import("react/jsx-runtime").JSX.Element | null;