import { ComponentProps } from '../internals/utils'; export type ImageWrapperProps = ComponentProps; export declare const ImageWrapper: import("../internals/types").InternalRefForwardingComponent<"div", Partial, never> & Record;