import { SVGAttributes } from 'react';
import { SvgImageProps as SvgImagePropsRaw } from "../integration-utils/index";
export interface SvgImageProps extends SVGAttributes<SVGElement>, SvgImagePropsRaw {
}
export declare function SvgImage({ src, useElAttrs, ...attrs }: SvgImageProps): import("react/jsx-runtime").JSX.Element;
