import { type Children } from "@alloy-js/core"; export interface JSDocProps { children: Children; } /** * A JSDoc comment. The children of this component are joined with two hard * linebreaks. This is useful for creating JSDoc comments with multiple paragraphs. */ export declare function JSDoc(props: JSDocProps): Children; //# sourceMappingURL=JSDoc.d.ts.map