/// export interface TwetchRendererProps { txid: string; isQuoted?: boolean; } export default function TwetchRenderer({ txid, isQuoted }: TwetchRendererProps): JSX.Element; //# sourceMappingURL=TwetchRenderer.d.ts.map