export declare const assets: { libraryFilled: string; libraryOutline: string; libraryLarge: string; studentFilled: string; studentOutline: string; studentLarge: string; calendarFilled: string; calendarOutline: string; calendarLarge: string; myCoursesFilled: string; myCoursesOutline: string; myCoursesLarge: string; grouproomFilled: string; grouproomOutline: string; grouproomLarge: string; myExamsFilled: string; myExamsOutline: string; myExamsLarge: string; careerFilled: string; careerOutline: string; careerLarge: string; bankIdFilled: string; bankIdOutline: string; bankIdLarge: string; mailFilled: string; mailOutline: string; mailLarge: string; myGradesFilled: string; myGradesOutline: string; myGradesLarge: string; examAssignmentsFilled: string; examAssignmentsOutline: string; examAssignmentsLarge: string; exchangeFilled: string; exchangeOutline: string; exchangeLarge: string; alumniFilled: string; alumniOutline: string; alumniLarge: string; employeeFilled: string; employeeOutline: string; employeeLarge: string; myProfileFilled: string; myProfileOutline: string; myProfileLarge: string; itsLearningFilled: string; itsLearningOutline: string; itsLearningLarge: string; }; export type Assets = keyof typeof assets; export declare const assetsKeys: Assets[];