import { IconProps } from '../types';
declare const Image: (props: IconProps) => import("react/jsx-runtime").JSX.Element;
export default Image;
//# sourceMappingURL=Image.d.ts.map