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