import { FC } from 'react';
type AnimatedCameraProps = {
    animatedCameraSrc: string;
};
export declare const AnimatedCamera: FC<AnimatedCameraProps>;
export {};
