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