import { StencilRenderer } from "../types-BZP9npQ9.cjs"; import { VNode } from "@stencil/core"; import { DecoratorFunction } from "storybook/internal/types"; //#region src/docs/render-vnode.d.ts type RenderMode = 'html' | 'jsx'; declare const renderVNode: (vnode: VNode, mode: RenderMode) => string; //#endregion //#region src/docs/source-decorator.d.ts declare const sourceDecorator: DecoratorFunction>; //# sourceMappingURL=source-decorator.d.ts.map //#endregion export { renderVNode, sourceDecorator }; //# sourceMappingURL=index.d.cts.map