type Props = { itemKey: string; opacity?: number; }; declare const ImageBackground: ({ itemKey, opacity }: Props) => import("react/jsx-runtime").JSX.Element; export default ImageBackground;