import { AnyFramework, StoryFn } from '@storybook/csf';
import React from 'react';
export declare const prepareForInline: (storyFn: StoryFn<AnyFramework>) => React.DetailedReactHTMLElement<React.HTMLAttributes<any>, any>;
