/// import OriginList from './List'; declare class List extends OriginList { componentDidUpdate(): void; scrollTo: () => void; render(): JSX.Element; } export default List;