import { HomeIcon, LightBulbIcon } from "@heroicons/react/24/outline"; export declare const navigationData: { name: string; Icon: typeof HomeIcon; current: boolean; children: { name: string; href: string; Icon: typeof LightBulbIcon; }[]; }[];