import type { RenderOptions } from 'jamis-core'; import type { RootRenderProps, SchemaCollection } from '../types'; export declare const amisRender: typeof render; export declare function render(schema: SchemaCollection, props?: RootRenderProps, envParam?: RenderOptions, pathPrefix?: string): JSX.Element;