import React from 'react';
import { ActiveErrorMessage } from "../../../../react-components/src";
import { VideoBackgroundImage } from '../CallComposite';
import { ActiveVideoEffect } from '../CallComposite/components/SidePane/useVideoEffectsPane';
/**
 * Pane that is used to show video effects button
 * @private
 */
/** @beta */
export declare const VideoEffectsPaneContent: (props: {
    activeVideoEffectError?: ActiveErrorMessage;
    onDismissError: (error: ActiveErrorMessage) => void;
    activeVideoEffectChange: (effect: ActiveVideoEffect) => void;
    updateFocusHandle: React.RefObject<{
        focus: () => void;
    }>;
    backgroundImages: VideoBackgroundImage[] | undefined;
}) => JSX.Element;
//# sourceMappingURL=VideoEffectsPane.d.ts.map