import * as React from 'react';
import { PageProps } from '../types.js';
export declare function LinksTable(props: PageProps): React.JSX.Element | null;
