import * as React from "react";
export declare class GenericTabs extends React.Component<{}> {
    render(): string;
}
