import React from 'react'; export type TableProps = React.TableHTMLAttributes & { readonly fullWidth?: boolean; }; declare const _default: React.ForwardRefExoticComponent & { readonly fullWidth?: boolean | undefined; } & React.RefAttributes>; export default _default;