import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const cellHighlightingExampleDefaults: { height: string; selectableCells: boolean; selectableColumns: boolean; }; export declare function renderCellHighlightingExample(args?: Partial): HTMLElement;