import React from 'react'; import { ColumnListProps } from './types'; export default function ColumnList(props: ColumnListProps): React.JSX.Element;