import type { HtmlIngredientProps } from '../types.js';
export interface TourSpotlightProps extends HtmlIngredientProps<'div', HTMLDivElement> {
}
declare const TourSpotlight: import("svelte").Component<TourSpotlightProps, {}, "ref">;
type TourSpotlight = ReturnType<typeof TourSpotlight>;
export default TourSpotlight;
