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