import { _ as RenderComponentInputComponent, h as InputProps, s as ComponentProp } from "../index-Bu-Bo7GB.mjs"; //#region src/render-repl/sfc.d.ts declare function evaluateSFC(source: string, _basePath?: string): Promise> | undefined>; declare function resolvePropsFromString(content: string): Promise; declare function renderSFC(source: string, data?: InputProps, basePath?: string): Promise<{ props: ComponentProp[]; rendered: string; }>; declare function renderSFCString(source: string, data?: InputProps, basePath?: string): Promise<{ props: ComponentProp[]; rendered: string; }>; //#endregion //#region src/render-repl/index.d.ts declare function render(source: string, data?: InputProps, basePath?: string): Promise<{ props: ComponentProp[]; rendered: string; }>; //#endregion export { evaluateSFC, render, renderSFC, renderSFCString, resolvePropsFromString }; //# sourceMappingURL=index.d.mts.map