import { ReactNode } from 'react'; type Props = { className?: string; onClick?: VoidFunction; children?: ReactNode; }; export declare const SpinningClickAnimation: ({ children, onClick, className, }: Props) => import("react/jsx-runtime").JSX.Element; export {};