import type { ListProps } from '@mui/material/List'; import type { ReactNode } from 'react'; import type { FieldProps } from 'uniforms'; export declare type ListFieldProps = FieldProps; }>; declare const _default: import("uniforms").ConnectedField & { addIcon?: ReactNode; initialCount?: number | undefined; itemProps?: Record | undefined; } & Omit, "initialCount" | keyof import("uniforms").GuaranteedProps | "addIcon" | "itemProps">, unknown[] | undefined>; export default _default; //# sourceMappingURL=ListField.d.ts.map