import React from 'react'; export interface IFormScopeProps { path?: string; children: React.ReactNode; } export declare const FormScope: ({ path, children }: IFormScopeProps) => JSX.Element; //# sourceMappingURL=FormScope.d.ts.map