/** * Width mode for the mapping column */ export declare const TableColumnMappingWidthMode: { readonly default: undefined; readonly iconSize: "icon-size"; }; export type TableColumnMappingWidthMode = (typeof TableColumnMappingWidthMode)[keyof typeof TableColumnMappingWidthMode];