import * as React from 'react'; import { DefaultProps, Props } from './TransactionLink.types'; export default class TransactionLink extends React.PureComponent { static defaultProps: DefaultProps; render(): import("react/jsx-runtime").JSX.Element | null; }