/** * CSVExportFormatting Example – vanilla port of React CSVExportFormattingExample. * Same employee data, headers, valueFormatters, useFormattedValueForCSV, and exportValueGetter as React. */ import type { Theme } from "../../src/index"; import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const csvExportFormattingExampleDefaults: { theme: Theme; selectableCells: boolean; height: string; }; export declare function renderCSVExportFormattingExample(args?: Partial): HTMLElement;