export declare const Image: ({ value, uri, image, background, width, }: { value?: string | undefined; uri?: string | undefined; image?: any; background?: string | undefined; width?: number | undefined; }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element | null;