import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: ({ prefixCls, ...props }: import('.').OnChainProviderProps, ref: any) => import("react/jsx-runtime").JSX.Element; parameters: { layout: string; }; tags: string[]; argTypes: {}; args: {}; }; export default meta; type Story = StoryObj; export declare const Init: Story;