import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const aggregateExampleDefaults: { columnResizing: boolean; height: string; rowGrouping: readonly ["categories", "creators"]; }; export declare function renderAggregateExample(args?: Partial): HTMLElement;