import { FormSchemaWizardProps } from '../types';
/**
 * Client Component wrapper for Next.js App Router
 * Use this component when you need to render the form in a Client Component context
 */
export default function FormSchemaWizardClient(props: FormSchemaWizardProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=FormSchemaWizardClient.d.ts.map