import { RenderContext } from '@storybook/store'; import { HtmlFramework } from './types-6-0'; export declare function renderToDOM({ storyFn, kind, name, showMain, showError, forceRemount }: RenderContext, domElement: HTMLElement): void;