import { ImageProps } from './types'; export declare const Image: (props: ImageProps) => any;