export interface OnlyAdultsI { number: string | number; text: string; light?: boolean; reverse?: boolean; }