import { PostcodeComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioPostCodeProps { componentDefinition: PostcodeComponentSchema; } export declare const PostCodeField: React.FC; declare const PostCodeComponent: RegistryEntry; export default PostCodeComponent;