import type { BlockEditProps, BlockReadProps } from "../types.js"; import type { AnnotatedCodeData } from "./annotated-code.config.js"; declare function AnnotatedCodeRead({ data, blockId, title, summary, ctx, }: BlockReadProps): import("react").JSX.Element; declare function AnnotatedCodeEdit({ data, onChange, editable, }: BlockEditProps): import("react").JSX.Element; export { AnnotatedCodeRead, AnnotatedCodeEdit }; //# sourceMappingURL=AnnotatedCodeBlock.d.ts.map