import { StyleSheet } from 'react-native'; export declare const makeStyles: | StyleSheet.NamedStyles>(styles: T | ((props: P) => T)) => (props?: P) => T;