import React from 'react'; import { ObjectType } from '../../common/type'; import { BaseImageGroupProps } from './use-image-group.type'; import { BaseImageProps } from './use-image.type'; declare const useImageGroup: (props: BaseImageGroupProps) => { getPileProps: (child: React.ReactElement, index: number, externalProps?: TOther) => { [x: string]: (event: any) => void; } & TOther & { style: { width: string | number; height: string | number; }; }; getGroupItemProps: (child: React.ReactElement, index: number, externalProps?: TOther_1) => { [x: string]: (event: any) => void; } & TOther_1 & { lazy: boolean | undefined; fit: import("./use-image.type").ImageFitType | undefined; width: string | number; height: string | number; shape: import("./use-image.type").ImageShapeType; target: import("./use-image.type").ImageTargetType; onClick: (event: React.MouseEvent) => void; }; }; export default useImageGroup; //# sourceMappingURL=use-image-group.d.ts.map