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