import { ColumnProps } from "./interface"; import { CombineProps } from '../interface'; declare const ColumnShape: CombineProps; export default ColumnShape;