/// <reference types="react" />
import { AddressNLComponentSchema } from '@open-formulieren/types';
declare const _default: {
    edit: import("../../registry/types").EditFormDefinition<AddressNLComponentSchema>;
    editSchema: import("../../registry/types").EditSchema;
    preview: {
        panel: React.FC<import("../../registry/types").ComponentPreviewProps<AddressNLComponentSchema>>;
    };
    defaultValue: {
        postcode: string;
        houseNumber: string;
        houseLetter: string;
        houseNumberAddition: string;
        city: string;
        streetName: string;
        secretStreetCity: string;
        autoPopulated: boolean;
    };
};
export default _default;
