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