import { StyleSheet as RNStyleSheet } from "react-native";
import { CssInteropStyleSheet } from "../../types";
export declare const StyleSheet: CssInteropStyleSheet & typeof RNStyleSheet;
