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