export declare const useFieldProps: () => {
    field: import("payload").ClientField | undefined;
    path: string | undefined;
    schemaPath: string | undefined;
};
