import React from 'react';
import { SignpostLinksProps } from './SignpostLinks.types';
declare const SignpostLinks: React.FC<SignpostLinksProps>;
export default SignpostLinks;
