import { Plugin } from "vite";

//#region src/render/plugins/markdownExtract.d.ts
/**
 * Vite plugin that pre-processes <Markdown> tags:
 * - Extracts slot content, dedents it, and passes as :content prop
 * - Resolves `src` prop to read file contents at build time
 */
declare function markdownExtract(): Plugin;
//#endregion
export { markdownExtract };
//# sourceMappingURL=markdownExtract.d.ts.map