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