import * as React from "react";
export default class SkipNavigationLink extends React.Component<any, any> {
    render(): JSX.Element;
}
