import type { ViewStyle, TextStyle, ImageStyle } from 'react-native'; import type { StyleProp } from 'react-native'; type BaseStyle = StyleProp; declare const scaledSheetCreator: (baseWidth?: number, baseHeight?: number) => { create: (styleSheet: { [key: string]: BaseStyle; }) => any; }; export default scaledSheetCreator; //# sourceMappingURL=scaled-sheet.d.ts.map