import type { FC } from 'react'; import type { ColumnSpanSetProps } from './type'; declare const ColumnSpanSet: FC; export default ColumnSpanSet;