import { default as React } from 'react';
import { AnimationOrigin, ProjectBoardStyles } from './types';
interface AnimationWrapperProps {
    children: React.ReactNode;
    origin: AnimationOrigin | null;
    isVisible: boolean;
    styles?: ProjectBoardStyles;
}
export declare const AnimationWrapper: React.FC<AnimationWrapperProps>;
export {};
//# sourceMappingURL=AnimationWrapper.d.ts.map