export declare const StyleSheet: {
    create: <T extends Record<string, any>>(styles: T) => T;
    flatten: (style: any) => any;
};
export declare const Platform: {
    OS: string;
    select: (obj: any) => any;
};
export declare const View = "View";
export declare const Text = "Text";
export declare const Pressable = "Pressable";
//# sourceMappingURL=react-native.d.ts.map