import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const nestedGridExampleDefaults: { height: string; }; export declare function renderNestedGridExample(args?: Partial): HTMLElement;