import React from 'react'; type ImageProps = { src?: string; srcSet?: string; alt?: string; }; export declare function Image(props: ImageProps): React.JSX.Element; export {}; //# sourceMappingURL=image.d.ts.map