import React from 'react'; declare const AmpImage: ({ ...otherProps }: { [x: string]: any; }) => React.JSX.Element; export { AmpImage };