import * as PReact from "./preact-shim.ts";
interface ImageProps {
    href: string;
    x?: number;
    y?: number;
    height?: number;
    yOffset?: number;
}
export declare const Image: PReact.FunctionComponent<ImageProps>;
export {};
