import './style.css'; export declare function VList(props: { height: number | string; onReachEnd?: () => void; }): any;