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