import { GenericFormProps } from './types';

export declare const GenericForm: (props: GenericFormProps) => import("react/jsx-runtime").JSX.Element;
