import { type UniversalVanillaArgs } from "../../vanillaStoryConfig"; export declare const infrastructureExampleDefaults: { columnResizing: boolean; columnReordering: boolean; selectableCells: boolean; height: string; autoExpandColumns: boolean; }; export declare function renderInfrastructureExample(args?: Partial): HTMLElement;