import { ForwardRefExoticComponent } from 'rax';
import { ImageProps } from '../types';
declare const Image: ForwardRefExoticComponent<ImageProps>;
export default Image;
