import type { Table } from "@tanstack/react-table";
export declare function ColumnsVisibility(props: {
    table: Table<any>;
}): import("react/jsx-runtime").JSX.Element;
