import React from "react"; import { Attachment, TemplateRegistry } from "../../types"; import { v2, v3, SignedVerifiableCredential } from "@trustvc/trustvc"; export declare function FramedDocumentRenderer({ templateRegistry, attachmentToComponent, }: { templateRegistry: TemplateRegistry; attachmentToComponent?: (attachment: Attachment, document: D) => React.FunctionComponent | null; }): JSX.Element; export declare function FramedDocumentRenderer({ templateRegistry, attachmentToComponent, }: { templateRegistry: TemplateRegistry; attachmentToComponent?: (attachment: Attachment, document: D) => React.FunctionComponent | null; }): JSX.Element; export declare function FramedDocumentRenderer({ templateRegistry, attachmentToComponent, }: { templateRegistry: TemplateRegistry; attachmentToComponent?: (attachment: Attachment, document: D) => React.FunctionComponent | null; }): JSX.Element;