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