/// import * as NAST from "nast-types"; import { BlockRendererProps } from "../interfaces"; export interface ColumnListProps extends BlockRendererProps { current: NAST.ColumnList; } export declare function ColumnList(props: ColumnListProps): JSX.Element; export interface ColumnProps extends BlockRendererProps { current: NAST.Column; } export declare function Column(props: ColumnProps): JSX.Element; //# sourceMappingURL=ColumnList.d.ts.map