import { ExtractAtomValue } from "jotai"; import { ZodArray, ZodFile } from "zod"; import { ArrayFieldParams, RequiredZodField } from ".."; export type FilesField = ReturnType; export type FilesFieldValue = ExtractAtomValue["value"]>; export declare const filesField: (params?: Partial>) => RequiredZodField, ZodArray>;