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