import { ComponentType } from "react"; import { Config } from "tailwindcss"; export declare function withExpoSnack(Component: ComponentType, theme?: Config["theme"]): () => JSX.Element;