import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const collapsibleColumnsExampleDefaults: { columnResizing: boolean; editColumns: boolean; selectableCells: boolean; columnReordering: boolean; height: string; animations: { enabled: boolean; duration: number; }; }; export declare function renderCollapsibleColumnsExample(args?: Partial): HTMLElement;