export type Components = 'subscriptions-manager' | 'customer-details' | 'billing-history'; export type I18NSettings = { loadPath?: string; language?: string; };