import React from "react"; export declare class BaseComponent extends React.Component { constructor(props: any); render(): JSX.Element; componentDidMount(): void; handleChange(event: any, stateEntity: any, rowIndex?: number, propertyName?: string): void; initializePageIndex(list: any): any; getMenuPrivileges(userId: string, menuId: string, apiURL: string): Promise; }