/** * デフォルト情報 * 長いから隔離 */ export declare const defaultData: ({ title: string; icon: string; path: string; subtitle: ({ title: string; icon: string; path: string; subjectIndex: number; infoNumber: number; } | { title: string; icon: string; path: string; subjectIndex: number; infoNumber?: undefined; })[]; image?: undefined; } | { title: string; icon: string; image: string; path: string; subtitle: never[]; })[]; //# sourceMappingURL=default.d.ts.map