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