/// interface IProps { src: string; alt: string; } export default function Image(props: IProps): JSX.Element; export {};