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