export default function useTheme(): { dark: boolean; colors: { primary: string; background: string; card: string; text: string; border: string; }; };