import { StyleSheet } from 'react-native'; import { Colors } from './colors'; import { Theme } from './theme'; export declare const makeStyles: | StyleSheet.NamedStyles, V>(styles: T | ((theme: { colors: Colors; } & Theme, props: V) => T)) => (props?: V) => T;