import { StyleSheet } from "react-native"; import { buildTheme } from "./build-theme"; export declare const makeStyles: | StyleSheet.NamedStyles, V>(styles: T | ((theme: ReturnType, props: V) => T)) => (props?: V) => T; //# sourceMappingURL=make-styles.d.ts.map