export namespace ISteps { export interface Step { number: number; title: string; subtitle?: string; points: string[]; image: string; } }