import { ReactElement } from "react"; /** * Renders a React Component with our page wrappers * by using @testing-library/react-native * @param component */ export declare const renderWithWrappers: (component: ReactElement) => any; export declare const Providers: ({ children }: { children?: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;