/// <reference types="react" />
import { ImageGroupProps } from './type';
declare const ImageGroup: {
    ({ as, size, className, content, children, ...props }: ImageGroupProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
    displayName: string;
};
export default ImageGroup;
