export { SpotlightStepDirective } from './lib/spotlight/spotlight-step.directive'; export { SpotlightTourService } from './lib/spotlight/spotlight-tour.service'; export { SpotlightComponent } from './lib/spotlight/spotlight.component'; export type { SpotlightPosition } from './lib/spotlight/types/spotlight-position'; export type { SpotlightConfig, SpotlightStep, SpotlightStepAction } from './lib/spotlight/types/spotlight-step'; export type { SpotlightStepChangedEvent, SpotlightStopEvent, SpotlightStopReason, } from './lib/spotlight/types/spotlight-stop-event';