import type { ImageStyle, TextStyle, ViewStyle } from "react-native"; export type NamedStyles = { [P in keyof T]: ViewStyle | TextStyle | ImageStyle | any; }; export declare const enum responsiveCreateEnum { width = 0, mixin = 1, height = 2, fontSize = 3, margin = 4, padding = 5, borderRadius = 6, borderWidth = 7 } export declare const responsiveAllowList: Record; export declare const responsiveAllowListKeys: readonly string[]; export declare const responsiveAllowListCircle: Record; export declare const responsiveAllowListCircleKeys: readonly string[]; export type responsiveStyleSheetOption = { freeze: boolean; }; //# sourceMappingURL=type.d.ts.map