import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; export declare const salesExampleDefaults: { columnResizing: boolean; columnReordering: boolean; selectableCells: boolean; autoExpandColumns: boolean; theme: "modern-dark"; height: string; editColumns: boolean; }; export declare function renderSalesExample(args?: Partial): HTMLElement;