import { CustomerProfileComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioCustomerProfileProps { componentDefinition: CustomerProfileComponentSchema; } export declare const FormioCustomerProfile: React.FC; declare const CustomerProfileComponent: RegistryEntry; export default CustomerProfileComponent;