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