import * as React from "react"; export interface TablesHeadEmptyCellProps extends React.ThHTMLAttributes { } export declare class TablesHeadEmptyCell extends React.Component { render(): JSX.Element; } export default TablesHeadEmptyCell; //# sourceMappingURL=TablesHeadEmptyCell.d.ts.map