import { SelectComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioSelectProps { componentDefinition: SelectComponentSchema; } export declare const FormioSelect: React.FC; declare const SelectComponent: RegistryEntry; export default SelectComponent;