/** * title: Offset * description: Use offset to bias the column to the right. For example, offset={4} shifts the element to the right by the width of four columns. * * title.zh-CN: 偏移 * description.zh-CN: 使用 offset 可以将列向右侧偏。例如,offset={4} 将元素向右侧偏移了 4 个列(column)的宽度。 */ import * as React from 'react'; declare const _default: () => React.JSX.Element; export default _default;