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