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