import type { DialogContentProps } from '@mui/material'; import type { BoundWitness } from '@xyo-network/sdk'; import React from 'react'; /** Props for {@link PreviousHashDialogContent}. */ export interface PreviousHashDialogProps extends DialogContentProps { boundwitness?: BoundWitness; } /** Dialog content showing previous hashes with copy-to-clipboard support. */ export declare const PreviousHashDialogContent: React.FC; //# sourceMappingURL=DialogContent.d.ts.map