import { LicensePlateComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioLicensePlateProps { componentDefinition: LicensePlateComponentSchema; } export declare const FormioLicensePlate: React.FC; declare const LicensePlateComponent: RegistryEntry; export default LicensePlateComponent;