import { FC } from "react"; import { ViewListProps } from "./ViewListProps"; declare const ViewList: FC; export default ViewList;