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