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