import { FunctionComponent, PropsWithChildren } from 'react'; import { KaotoFormProps } from '../KaotoForm'; export declare const FieldTestProvider: (props: Partial) => { Provider: FunctionComponent; onChange: KaotoFormProps['onChangeProp']; }; //# sourceMappingURL=FieldTestProvider.d.ts.map