import * as React from 'react'; import { ImageWebProps } from './props'; export declare type ImageProps = ImageWebProps; declare const _default: React.ForwardRefExoticComponent>; export default _default;