import './style.css';
export declare function VList(props: {
    rowKeyList?: string[];
}): any;
