/// type StoryType = () => React.ReactNode; export declare const withFormProvider: (storyFn: StoryType) => JSX.Element; export {};