import React from "react"; import { IContactList } from "../types"; export default function ContactList({ data, style, onSelect, onScroll, }: IContactList): React.JSX.Element;