export interface SettingPage { id: string; label: string | Ref | ComputedRef; icon: string; component: Component; sidebar?: Component; }