/// import '../../styles/page.css'; interface TProps { data: any; style?: any; onSearchClick?: Function; value?: any; rows?: any; menu?: any[]; } declare function Index(props: TProps): JSX.Element; export default Index;