import React from "react"; import { View, ViewProps } from "react-native"; export declare const PopInContainer: React.ForwardRefExoticComponent<{ children?: React.ReactNode | undefined; } & ViewProps & React.RefAttributes>;