type LoaderAnimationProps = React.HTMLAttributes & { className?: string; }; export declare const LoaderAnimation: ({ className, ...props }: LoaderAnimationProps) => import("react/jsx-runtime").JSX.Element; export default LoaderAnimation;