import type { ItemWidthProps } from '../types/waterfall'; /** * @description: 获取当前窗口尺寸下格子的宽度 * @param {ItemWidthProps} param1 * @return {*} */ export declare const getItemWidth: ({ breakpoints, wrapperWidth, gutter, hasAroundGutter, initWidth }: ItemWidthProps) => number;