import * as React from 'react'; interface TableInnerProps { padding?: 'normal' | 'none'; size?: 'small' | 'medium'; stickyHeader?: boolean; className?: string; style?: React.CSSProperties; tableWrapperClassName?: string; maxContext?: boolean; wrapperStyle?: React.CSSProperties; } export type { TableInnerProps as TableProps }; export declare const Table: React.ForwardRefExoticComponent>; //# sourceMappingURL=Table.d.ts.map