import type { JsonValue } from '@ariestools/sdk'; import type { CollapseProps } from '@mui/material'; import React from 'react'; import type { ExpansionProps } from '../../../lib/index.js'; /** Props for {@link JsonViewerCollapse}. */ export interface RawInfoPayloadCollapse extends CollapseProps, ExpansionProps { jsonValue?: JsonValue; } /** Collapsible JSON viewer with payload hash chip for raw info dialogs. */ export declare const JsonViewerCollapse: React.FC; //# sourceMappingURL=JsonViewerCollapse.d.ts.map