import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const dynamicNestedTableExampleDefaults: { height: string; expandAll: boolean; autoExpandColumns: boolean; }; export declare function renderDynamicNestedTableExample(args?: Partial): HTMLElement;