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