import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; import type { Theme } from "../../../src/index"; export declare const pinnedColumnsExampleDefaults: { rowGrouping: readonly ["stores"]; columnReordering: boolean; selectableCells: boolean; selectableColumns: boolean; editColumns: boolean; height: string; enableStickyParents: boolean; theme: Theme; }; export declare function renderPinnedColumnsExample(args?: Partial): HTMLElement;