import { Infer, Schema } from 'alinea/core';
import { ListField } from 'alinea/core/field/ListField';
import { list as createList, ListOptions } from './ListField.js';
export * from './ListField.js';
export declare const list: typeof createList;
export interface ListInputProps {
    field: ListField<Infer<Schema>, ListOptions<Schema>>;
}
export declare function ListInput({ field }: ListInputProps): import("react/jsx-runtime").JSX.Element;
