/// import type { CB_IMG_PROPERTIES_TYPE, IndexForIntersection } from '../../../../util/types'; type Props = CB_IMG_PROPERTIES_TYPE & IndexForIntersection; declare function Image(props: Props): JSX.Element; export default Image;