import React from 'react';
type AttachmentPointAnimationProps = {
    className?: string;
};
export declare function AttachmentPointAnimation({ className }: AttachmentPointAnimationProps): React.JSX.Element;
export {};
