/// <reference types="react" />
import type { SpotlightProps } from './type';
declare const Spotlight: import("react").NamedExoticComponent<SpotlightProps>;
export default Spotlight;
