import { Column } from "../table/types";
type Props<T> = {
    column: Column<T>;
};
export declare const VuiSpansHeaderCell: <T>({ column }: Props<T>) => import("react/jsx-runtime").JSX.Element;
export {};
