import { FC, PropsWithChildren } from 'react'; import { FormStateProviderProps } from './types'; import { FormProps as NewsKitFormProps } from 'newskit'; export type FormProps = NewsKitFormProps & FormStateProviderProps; export declare const FormStateProvider: FC>;