import { ThemePath } from '@vega-ui/theme'; declare function useThemeColor(colorName: ThemePath, theme?: 'dark' | 'light'): string; export { useThemeColor };