export type ElasticCursorProps = { onClick?: VoidFunction; }; export declare const ElasticCursor: ({ onClick }: ElasticCursorProps) => import("react/jsx-runtime").JSX.Element;