import type { ObjectValue, TemplatePreviewProps } from '@staticcms/core'; import type { FC } from 'react'; declare const Preview: FC>; export default Preview;