/// import { LiveResizeConfiguration } from '../utils/live-resize-modifier'; import { SpotlightInteractivityConfiguration } from './tour-kit-spotlight-interactivity'; export declare const SPOTLIT_ELEMENT_CLASS = "wp-tour-kit-spotlit"; interface Props { referenceElement: HTMLElement | null; styles?: React.CSSProperties; interactivity?: SpotlightInteractivityConfiguration; liveResize?: LiveResizeConfiguration; } declare const TourKitSpotlight: React.FunctionComponent; export default TourKitSpotlight; //# sourceMappingURL=tour-kit-spotlight.d.ts.map