import type * as React from "react";
type LegacyDataTableHeaderColumnProps = React.DetailedHTMLProps<React.TdHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>;
/**
 * @deprecated
 * Deprecated: 28/05/2026
 * Replacement: SimpleDataTable
 * Reason: This component is deprecated and will be removed in a future release.
 */
export declare function LegacyDataTableHeaderColumn({ className, children, ...otherProps }: LegacyDataTableHeaderColumnProps): React.ReactElement;
export {};
