export declare function JsonBlock({ label, payload, defaultOpen, truncatedLabel }: { label: string; payload: unknown; defaultOpen?: boolean; /** Footer appended when the body exceeds the char cap, given the full length (this package is cordis-free, so copy arrives via props). */ truncatedLabel?: ((total: number) => string) | undefined; }): import("react").JSX.Element; //# sourceMappingURL=JsonBlock.d.ts.map