import type React from 'react';
import type { SequenceControls } from '../CompositionManager.js';
import type { EffectsProp } from '../effects/effect-types.js';
import type { RemotionAnimatedImageProps } from './props';
export declare const AnimatedImage: React.ComponentType<import("../Interactive.js").InteractiveBaseProps & RemotionAnimatedImageProps & {
    readonly effects?: EffectsProp | undefined;
} & {
    readonly controls?: SequenceControls | undefined;
    readonly ref?: React.Ref<HTMLCanvasElement> | undefined;
}>;
