import { r as HCLFileProps } from "./hcl-file-Bp8Bvl4r.mjs"; import { PartialKeys } from "@stryke/types/base"; //#region src/hcl/components/packer-file.d.ts type PackerFileProps = PartialKeys; /** * A base component representing a Powerlines generated [Packer](https://developer.hashicorp.com/packer/docs/templates/hcl_templates) source file. * * @see https://developer.hashicorp.com/packer * * @param props - The properties for the source file. * @returns The rendered source file component. */ declare function PackerFile(props: PackerFileProps): import("@alloy-js/core").Children; //#endregion export { PackerFileProps as n, PackerFile as t }; //# sourceMappingURL=packer-file-Do-0PEu_.d.mts.map