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