import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const themingExampleDefaults: { columnResizing: boolean; columnReordering: boolean; editColumns: boolean; selectableCells: boolean; selectableColumns: boolean; shouldPaginate: boolean; rowsPerPage: number; height: string; }; export declare function renderThemingExample(args?: Partial): HTMLElement;