import { FC } from 'react'; declare type Props = { name: string; src?: string; alt?: string; initialHeight?: number; useLoader?: boolean; }; export declare const Image: FC; export default Image;