import * as React from 'react';
import type { CnListProps } from './types';
declare const CnList: React.FC<CnListProps>;
export { CnList };
