import React from 'react'; import { LinkToProps } from './types'; declare const LinkTo: React.FC; export default LinkTo;