import { OrientedAxisProps } from './types.js'; /** * @internal */ export declare function AxisTableHeader({ scale, height, ...restAxisProps }: Readonly>): import("react/jsx-runtime").JSX.Element; export declare namespace AxisTableHeader { var displayName: string; }