import React from 'react'; declare type Props = { src: string; className?: string; }; export declare const Image: React.FC; export {};