import React from 'react';
import { GatsbyLinkProps } from 'gatsby';
declare type Props = GatsbyLinkProps<any> & {
    language?: string;
};
export declare const Link: React.FC<Props>;
export {};
