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