/// <reference types="react" />
import { CosignV1ComponentSchema } from '@open-formulieren/types';
import { ComponentPreviewProps } from '../types';
/**
 * Show a formio cosignV1 component preview.
 */
declare const Preview: React.FC<ComponentPreviewProps<CosignV1ComponentSchema>>;
export default Preview;
