import React from "react"; export interface FrpClosedImgProps { img?: string; title?: string; frpColor?: string; } declare const FrpClosedImg: ({ img, title, frpColor }: FrpClosedImgProps) => React.JSX.Element; export default FrpClosedImg;