import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const expansionControlExampleDefaults: { rowGrouping: readonly ["stores"]; height: string; }; export declare function renderExpansionControlExample(args?: Partial): HTMLElement;