import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; export declare const leadsExampleDefaults: { columnResizing: boolean; columnReordering: boolean; enableRowSelection: boolean; height: string; }; export declare function renderLeadsExample(args?: Partial): HTMLElement;