import React from "react"; declare const Icons: { arrowNext: () => React.JSX.Element; }; export default Icons;