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