import { SpringOptions } from 'framer-motion';
import React from 'react';
type SpotlightProps = {
    className?: string;
    size?: number;
    springOptions?: SpringOptions;
};
export declare const Spotlight: ({ className, size, springOptions, }: React.PropsWithChildren<SpotlightProps>) => import("react/jsx-runtime").JSX.Element;
export {};
