/**
 * Grid with sticky group header and footer.
 *
 * When grouping is enabled with sticky headers, the grid renders additional
 * tables inside `.k-grid-sticky-container` elements — one at the top for the
 * current group header and one at the bottom for the group footer.
 * These are interactive (clickable, keyboard-navigable) and carry the same
 * ARIA semantics as the real group header/footer rows they mirror.
 */
export declare const GridWithStickyGrouping: ({ contentClassName, ...other }: any) => import("react/jsx-runtime").JSX.Element;
