import React from 'react'; import ImageProps from '@remax/one/esm/hostComponents/Image/props'; declare const _default: ({ src, className, ...props }: ImageProps) => React.JSX.Element; export default _default;