/// declare type ImageProps = { src: string; alt: string; ratio?: number; }; export declare function Image({ src, alt, ratio }: ImageProps): JSX.Element; export {};