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