import type { RendererFC } from 'jamis-core';
import type { FormProps } from '../types';
export declare const FormRenderer: RendererFC<FormProps>;
