import React from 'react'; import { IconButtonProps } from '@mui/material/IconButton'; type Props = { IconComponent: (props: IconButtonProps) => React.ReactNode; }; export declare const VisibilityColumnChooser: ({ IconComponent }: Props) => import("react/jsx-runtime").JSX.Element; export {};