import * as React from 'react';
export declare const Table: (props: React.TableHTMLAttributes<any>) => JSX.Element;
