import { IbanComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioIBANProps { componentDefinition: IbanComponentSchema; } export declare const FormioIBAN: React.FC; declare const IBANComponent: RegistryEntry; export default IBANComponent;