/// import type { Effect } from 'react-lazy-load-image-component'; import { lazyImageEffectAssets } from './constants'; /** Perceived wrapper for `className` / `sx`; library may add an inner span when `effect` is set. */ export declare const LazyImageWrapperStyled: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare function isLazyImageEffect(value: Effect | undefined): value is keyof typeof lazyImageEffectAssets;