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