import * as React from 'react';
import { WiredImage as _WiredImage } from 'wired-elements/lib/wired-image.js';
export declare const WiredImage: React.ForwardRefExoticComponent<Partial<_WiredImage> & {} & {
children?: React.ReactNode;
} & React.RefAttributes<unknown>>;