import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; export declare const billingExampleDefaults: { columnReordering: boolean; columnResizing: boolean; editColumns: boolean; selectableCells: boolean; height: string; initialSortColumn: "amount"; initialSortDirection: "desc"; useOddColumnBackground: boolean; rowGrouping: readonly ["invoices", "charges"]; }; export declare function renderBillingExample(args?: Partial): HTMLElement;