import type { TableHTMLAttributes } from 'react';
import type { TableTrProps } from '../TableTr';
export type TableNavigationHeadProps = TableTrProps & Omit<TableHTMLAttributes<HTMLTableRowElement>, 'onClick'>;
export declare function TableNavigationHead(allProps: TableNavigationHeadProps): import("react/jsx-runtime").JSX.Element;
