import type { TextField, WidgetControlProps } from '@staticcms/core'; import type { FC } from 'react'; declare const TextControl: FC>; export default TextControl;