import type { Table as TanStackTable } from "@tanstack/react-table";
import { type TableTheme } from "../types";
export declare const ColumnVisibilityToggle: <T>({ table, theme, }: {
    table: TanStackTable<T>;
    theme: TableTheme;
}) => import("react/jsx-runtime").JSX.Element;
