/// <reference types="react" />
import { LinkProps } from './';
import { ThemeInterface } from "../../../Common/theming/types";
declare const _default: React.ComponentClass<React.HTMLProps<HTMLAnchorElement> & LinkProps & {
    theme?: ThemeInterface;
    innerRef?: (instance: any) => void;
}>;
export default _default;
