export default styles; declare function styles({ font }: { font: any; }): { fontFamily: { black: { fontFamily: any; }; regular: { fontFamily: any; }; bold: { fontFamily: any; }; semibold: { fontFamily: any; }; heavy: { fontFamily: any; }; light: { fontFamily: any; }; thin: { fontFamily: any; }; ultralight: { fontFamily: any; }; }; type: { h1: { fontSize: any; }; h2: { fontSize: any; }; h3: { fontSize: any; }; h4: { fontSize: any; }; title: { fontSize: any; }; subTitle: { fontSize: any; }; caption: { fontSize: any; }; smallPrint: { fontSize: any; }; body: { fontSize: number; }; paragraph: { fontSize: number; }; }; weight: StyleSheet.NamedStyles | StyleSheet.NamedStyles<{ bold: { fontFamily: string; }; medium: { fontFamily: string; }; regular: { fontFamily: string; }; normal: { fontWeight: string; }; }>; }; import { StyleSheet } from "react-native"; //# sourceMappingURL=getStyles.d.ts.map