import { Marker, Path } from '@sanity/types'; import React from 'react'; interface ValidationListItemProps { marker: Marker; onClick?: (path?: Path) => void; path: string; truncate?: boolean; } export declare function ListItem(props: ValidationListItemProps): React.JSX.Element; export {}; //# sourceMappingURL=listItem.d.ts.map