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