import { ImgHTMLAttributes } from 'react';
type ImageProps = ImgHTMLAttributes & {
aspectRatio: string | number;
src: string;
width: string | number;
};
export declare function Image({ aspectRatio, src, width, ...imgProps }: ImageProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Image.d.ts.map