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