import type { ReactNode } from "react"; export declare const IPhoneFrame: ({ children }: { children: ReactNode | ReactNode[]; }) => import("react/jsx-runtime").JSX.Element;