import { StyleSheet } from 'react-native'; import { FullTheme } from './theme'; export declare const useTheme: () => import("./ThemeProvider").ThemeProps<{}>; export declare const makeStyles: | StyleSheet.NamedStyles, V>(styles: T | ((theme: Partial, props: V) => T)) => (props?: V) => T;