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