import React from 'react';
import { CommonStyledProps } from '../types';
declare type TableDataCellProps = {
    children?: React.ReactNode;
} & React.HTMLAttributes<HTMLTableCellElement> & CommonStyledProps;
declare const TableDataCell: React.ForwardRefExoticComponent<{
    children?: React.ReactNode;
} & React.HTMLAttributes<HTMLTableCellElement> & CommonStyledProps & React.RefAttributes<HTMLTableCellElement>>;
export { TableDataCell, TableDataCellProps };
//# sourceMappingURL=TableDataCell.d.ts.map