import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const selectableCellsExampleDefaults: { rowGrouping: readonly ["stores"]; selectableCells: boolean; selectableColumns: boolean; columnResizing: boolean; columnReordering: boolean; height: string; customTheme: { rowHeight: number; headerHeight: number; }; }; export declare function renderSelectableCellsExample(args?: Partial): HTMLElement;