import { FC } from "react"; import "./styles/Frame.css"; type Props = { frameUrl: string; }; declare const Frame: FC; export default Frame;