import { BsnComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioBSNProps { componentDefinition: BsnComponentSchema; } export declare const FormioBSN: React.FC; declare const BSNComponent: RegistryEntry; export default BSNComponent;