export function IconContextProvider({ children, value }: { children: any; value: any; }): JSX.Element; export function useIconContext(): IconContext; import { IconContext } from "react-icons/lib/esm/iconContext";