declare const gridFlowRow: (node: import("@isotope/core/lib/node").IsotopeNode) => void; declare const gridFlowCol: (node: import("@isotope/core/lib/node").IsotopeNode) => void; declare const gridFlowRowDense: (node: import("@isotope/core/lib/node").IsotopeNode) => void; declare const gridFlowColDense: (node: import("@isotope/core/lib/node").IsotopeNode) => void; export { gridFlowRow, gridFlowCol, gridFlowRowDense, gridFlowColDense };