interface ImageProps {
    src: string;
    alt?: string;
}
export default function Image(props: ImageProps): JSX.Element;
export {};
//# sourceMappingURL=Image.d.ts.map