import type { FormTypeRendererProps } from '@canard/schema-form';
export declare const FormInput: ({ Input }: FormTypeRendererProps) => import("react/jsx-runtime").JSX.Element;
