interface ThemeColors { background: string; surface: string; text: string; textMuted: string; border: string; primary: string; } export declare function useThemeColors(tokens: Record | undefined): ThemeColors; export {}; //# sourceMappingURL=use-theme.d.ts.map