import { ComponentType } from 'react';
import { ArraySchemaType } from '@sanity/types';
import { Props } from '../../inputs/types';
export declare function isArrayOfPrimitives(type: ArraySchemaType): boolean;
export declare function hasOptionsList(type: ArraySchemaType): boolean;
export default function resolveArrayInput(type: ArraySchemaType): ComponentType<Props>;
//# sourceMappingURL=resolveArrayInput.d.ts.map