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