import React from 'react'; import { ObjectSchemaType, Path, Marker } from '@sanity/types'; interface ValidationListProps { documentType?: ObjectSchemaType; kind?: 'simple'; markers: Marker[]; onFocus?: (path: Path) => void; onClose?: () => void; truncate?: boolean; } export declare function ValidationList(props: ValidationListProps): React.JSX.Element; export {}; //# sourceMappingURL=validationList.d.ts.map