///
export interface SpotlightInteractivityConfiguration {
/** If true, the user will be allowed to interact with the spotlit element. Defaults to false. */
enabled?: boolean;
/**
* This element is the root element within which all children will have
* pointer-events disabled during the tour. Defaults to '#wpwrap'
*/
rootElementSelector?: string;
}
export declare const SpotlightInteractivity: React.VFC;
//# sourceMappingURL=tour-kit-spotlight-interactivity.d.ts.map