import type { ListField, ValueOrNestedValue, WidgetPreviewProps } from '@staticcms/core'; import type { FC } from 'react'; declare const ListPreview: FC>; export default ListPreview;