import { FC } from 'react'; declare const FrameContent: FC<{ onClose: () => void; }>; export default FrameContent;