import { ScoreCategories } from '../types/score-categories'; import { Scores } from '@local-logic/client'; export interface scoreCategoriesType { value: ScoreCategories; icon: React.FC; scores: Partial[]; } export declare const scoreCategories: scoreCategoriesType[]; //# sourceMappingURL=score-categories.d.ts.map