import { Theme } from '@vega-ui/theme'; import { NamedStyles } from './useStyle.js'; import { DependencyList } from 'react'; import 'react-native'; declare const useThemedStyle: (style: (theme: Theme) => T, deps: DependencyList) => T; export { useThemedStyle };