import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; export declare const manufacturingExampleDefaults: { columnResizing: boolean; columnReordering: boolean; selectableCells: boolean; rowGrouping: readonly ["stations"]; expandAll: boolean; height: string; }; export declare function renderManufacturingExample(args?: Partial): HTMLElement;