import React from 'react';
import type { CnListProProps } from '../types';
import './cn-list-pro.scss';
export declare const CnListPro: React.ForwardRefExoticComponent<CnListProProps & React.RefAttributes<HTMLDivElement>>;
