/** * Pure data-fetching helper extracted from useCrudActions so ActionWrapper and * other entry-chunk consumers can use it without statically pulling in the * heavy form-rendering JSX (DateTimeField → @date-io/date-fns → date-fns, * FluentColorPicker → react-color, etc.) that the rest of useCrudActions * needs. */ export declare function useCrudForeignKeyData(): { getFKData: (fkMethods: any, setForeignKeyData: any, enqueueSnackbar: any, displayToasts: any) => Promise; }; //# sourceMappingURL=crudForeignKeyData.d.ts.map