export type Navigation = 'bottom' | 'hidden' | 'left-menu' | 'top'; export type LayoutPosition = 'hidden' | 'navbar' | 'navigation';