import BaseFoundation, { DefaultAdapter } from "../base/foundation"; export interface ImageAdapter
, S = Record {
getIsInGroup: () => boolean;
}
export default class ImageFoundation , S = Record );
handleClick: (e: any) => void;
handleLoaded: (e: any) => void;
handleError: (e: any) => void;
handlePreviewVisibleChange: (newVisible: boolean) => void;
}