import { t as ComponentProps } from "./components-U6HOf5GS.mjs"; import { SourceFileProps } from "@alloy-js/core"; import { MetaConfig } from "@power-plant/core"; //#region src/core/components/source-file.d.ts type SourceFileProps$1 = SourceFileProps & ComponentProps & { /** * The metadata associated with the source file. * * @remarks * The values stored in the metadata will be available in the rendering context. */ meta?: MetaConfig; }; /** * A base component representing a generated source file. * * @param props - The properties for the source file. * @returns The rendered source file component. */ declare function SourceFile$1(props: SourceFileProps$1): import("@alloy-js/core").Children; //#endregion export { SourceFileProps$1 as n, SourceFile$1 as t }; //# sourceMappingURL=source-file-DEGtBMgH.d.mts.map