import React from "react"; import type { SkiaProps } from "../../processors"; import type { ImageProps } from "../../../dom/types"; export declare const Image: ({ fit, ...props }: SkiaProps) => React.JSX.Element;