import { MRT_TableInstance } from "material-react-table"; interface Props { table: MRT_TableInstance; } export declare function ShowHideColumnsMenu({ table }: Props): import("react/jsx-runtime").JSX.Element; export {};