import type { KeyValueField, WidgetPreviewProps } from '@staticcms/core'; import type { FC } from 'react'; import type { Pair } from './types'; declare const StringPreview: FC>; export default StringPreview;