import { MutableRefObject } from 'react'; import { Props } from '../../AnimateCC/AnimateCC.types'; import { Properties } from '../../types/AdobeAn'; interface Arguments extends Props { canvasRef: MutableRefObject; } export declare const useSetupAdobe: ({ animationName, composition, getAnimationObject, paused, onError, canvasRef, }: Arguments) => { properties: Properties | undefined; }; export {};