import { LucideProps } from "lucide-react"; export interface RoutesObj { title: string; url: string; icon: React.ForwardRefExoticComponent & React.RefAttributes>; starts_with?: boolean | null; }