import * as React from 'react'; type ColumnProps = Readonly>; declare const Column: React.ForwardRefExoticComponent, HTMLTableDataCellElement>, "ref">> & React.RefAttributes>; export { Column, type ColumnProps };