type Props = { className?: string; onChange?: (name: string) => void; }; export declare const SignatureAnimation: ({ className, onChange }: Props) => import("react/jsx-runtime").JSX.Element; export {};