import colors from "./colors"; export default function useThemeColor(colorName: keyof typeof colors.light & keyof typeof colors.dark): string;