import { FormSchemaWizardProps } from "../types";
import '../styles/index.css';
export default function FormSchemaWizard({ formJson, onSubmit, className, customTheme: userCustomTheme }: FormSchemaWizardProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=FormSchemaWizard.d.ts.map