import { ITHeadItemProps } from './interfaces.js';
export declare function THeadItem({ colunm, disableOrdenationTable, tableItems, index }: ITHeadItemProps): import("react/jsx-runtime").JSX.Element;
