import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; export declare const rowGroupingExampleDefaults: { rowGrouping: string[]; columnResizing: boolean; height: string; enableStickyParents: boolean; }; export declare function renderRowGroupingExample(args?: Partial): HTMLElement;