import { type StoryFn } from "@storybook/react";
export declare const withReactHookForm: (StoryComponent: StoryFn, context: any) => import("react/jsx-runtime").JSX.Element;
