import type { GridPanelWrapperProps } from "./GridPanelWrapper.js"; export interface GridColumnsPanelProps extends GridPanelWrapperProps {} declare function GridColumnsPanel(props: GridColumnsPanelProps): import("react").JSX.Element; export { GridColumnsPanel };