import { Input } from '@judo/model-api'; export interface InputRendererProps { element: Input; readOnly?: boolean; } /** * Dispatcher to specific input components based on element type. * Connects data binding via useVisualBinding hook. */ export declare function InputRenderer({ element, readOnly }: InputRendererProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=InputRenderer.d.ts.map