type Status = 'prev' | 'active' | 'next' | 'error'; export { Status };