/** * ClipboardFormatting Example – vanilla port of React ClipboardFormattingExample. * Same financial data, headers, valueFormatters, and useFormattedValueForClipboard as React. */ import type { Theme } from "../../src/index"; import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const clipboardFormattingExampleDefaults: { theme: Theme; selectableCells: boolean; height: string; }; export declare function renderClipboardFormattingExample(args?: Partial): HTMLElement;