import React from 'react';
import { SharedProps } from './types';
declare const Info: ({ table }: SharedProps) => React.JSX.Element;
export default Info;
