import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; import type { Row } from "../../src/index"; export declare const basicExampleDefaults: { columnResizing: boolean; editColumns: boolean; selectableCells: boolean; columnReordering: boolean; height: string; useOddEvenRowBackground: boolean; }; export declare function createBasicData(rowLength: number): Row[]; export declare function renderBasicExample(args?: Partial): HTMLElement;