/// declare type Props = { [key: string]: any; }; export default function Img(props: Props): JSX.Element; export {};