/// interface NotFoundProps { img: JSX.Element; home?: string; } declare const NotFound: ({ img, home }: NotFoundProps) => JSX.Element; export default NotFound;