/// declare type Props = { alt: string; src: string; title?: string; width?: number; height?: number; }; export default function Image({ src, alt, ...rest }: Props): JSX.Element; export {}; //# sourceMappingURL=Image.d.ts.map