import type { Children } from "@alloy-js/core/jsx-runtime"; import type { Program } from "@typespec/compiler"; export interface OutputProps { children?: Children; program: Program; } export declare function Output(props: OutputProps): Children; //# sourceMappingURL=output.d.ts.map