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