import { TourSpotlightProps } from './types'; /** * TourSpotlight Component * Creates a spotlight effect around the target element * Uses CSS clip-path to create a "hole" in the overlay */ export declare const TourSpotlight: import('react').NamedExoticComponent; //# sourceMappingURL=TourSpotlight.d.ts.map