declare const ScreenContainer: (props: Omit<import("react-native").ViewProps, keyof {
    ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}> & {
    ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}) => React.ReactNode;
export default ScreenContainer;
//# sourceMappingURL=ScreenContainer.web.d.ts.map