/// import type { ColumnSpreadProps } from './ColumnSpread.types.js'; /** * Provides a column dropdown and delete button for editing a list of columns. */ export declare const ColumnSpread: React.FC;