import { CellProperties, TColumnConstraints } from '../shared-types'; declare const reduceColumnConstraints: (x: readonly CellProperties[]) => TColumnConstraints[]; export default reduceColumnConstraints;