import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const basicRowGroupingExampleDefaults: { rowGrouping: readonly ["divisions", "departments"]; enableStickyParents: boolean; height: string; animations: { enabled: boolean; duration: number; }; }; export declare function renderBasicRowGroupingExample(args?: Partial): HTMLElement;