import { ShapeComponent as SC } from '../../runtime';
export type ImageOptions = Record<string, any>;
export declare const Image: SC<ImageOptions>;
