import { type UniversalVanillaArgs } from "../vanillaStoryConfig"; export declare const csvExportSingleRowChildrenExampleDefaults: { rowGrouping: readonly ["stores"]; height: string; }; export declare function renderCSVExportSingleRowChildrenExample(args?: Partial): HTMLElement;