import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const rowButtonsExampleDefaults: { columnResizing: boolean; editColumns: boolean; selectableCells: boolean; columnReordering: boolean; enableRowSelection: boolean; height: string; customTheme: { selectionColumnWidth: number; }; columnBorders: boolean; }; export declare function renderRowButtonsExample(args?: Partial): HTMLElement;