import { MDIconTypes } from '../../types'; /** * グローバルナビ主題のタイプ情報 */ export declare type SubtitleType = { title: string; path: string; subjectIndex: number; infoNumber?: number; }; export declare type SubjectType = { title: string; icon: MDIconTypes; image?: string; path: string; subtitle: SubtitleType[]; }; /** * グローバルナビのデザインタイプ情報 */ export declare type DesignType = 1 | 2; //# sourceMappingURL=CCGlobalNavi.types.d.ts.map