import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const nestedAccessorExampleDefaults: { height: string; initialSortColumn: "awards[0]"; initialSortDirection: "asc"; selectableCells: boolean; }; export declare function renderNestedAccessorExample(args?: Partial): HTMLElement;