import React from 'react'; export interface Props { path: string; } export declare const LandingPageLink: React.FC;