declare const _exports: { createElement: import("./types").createElement; Raw: ({ html }: { html: string; }) => import("hast-util-to-html/lib/types").Raw; DOCTYPE: () => import("hast").DocType; Comment: ({ children }: { children: import("hast").Text[]; }) => import("hast").Comment; plugin: (eleventyConfig: import("@11ty/eleventy/src/UserConfig"), opts: import("./types").PluginOptions) => void; renderComponent: symbol; }; export = _exports; export type RenderComponent = import('./types').RenderComponent;