import React from 'react';
import { ImageProps } from './type';
declare const Image: {
    ({ as, className, wrapped, href, hidden, disabled, avatar, bordered, fluid, rounded, circular, centered, verticalAlign, ui, size, content, children, ...props }: ImageProps): JSX.Element;
    displayName: string;
    Group: {
        ({ as, size, className, content, children, ...props }: import("./type").ImageGroupProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
        displayName: string;
    };
};
export default Image;
