import type { FC } from 'react'; export declare const tourSpotlightVariants: (props?: ({ shape?: "circle" | "rect" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const TourSpotlight: FC;