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