import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const editableCellsExampleDefaults: { columnResizing: boolean; columnReordering: boolean; selectableCells: boolean; height: string; }; export declare function renderEditableCellsExample(args?: Partial): HTMLElement;