import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const rowSelectionExampleDefaults: { columnResizing: boolean; editColumns: boolean; selectableCells: boolean; columnReordering: boolean; enableRowSelection: boolean; height: string; }; export declare function renderRowSelectionExample(args?: Partial): HTMLElement;