import type { ImageContext } from '@rsbuild-image/core/shared'; import { type PropsWithChildren } from 'react'; export declare function createImageOptionsContext(): ImageContext; export declare const ImageOptionsContext: import("react").Context; export interface ImageOptionsProviderProps extends PropsWithChildren { value: ImageContext; } export declare function ImageOptionsProvider(props: ImageOptionsProviderProps): import("react/jsx-runtime").JSX.Element;