import { VuerProps } from '../vuer/interfaces'; type ToneMappingParams = VuerProps<{ exposure?: number; mapType?: string | null; prefix?: string; }>; export declare function ToneMapping({ exposure, mapType, prefix, }: ToneMappingParams): import("react/jsx-runtime").JSX.Element; export {};