import type { ColumnSpreadProps } from './ColumnSpread.types.js'; export declare function useHandleColumnChange(onChange: ColumnSpreadProps['onChange']): (e: any, opt: string | undefined) => void;