export interface EduAgeRange { id: string; label: string; min: number; max?: number; }