import { TourService } from 'ngx-tour-core';
import { INgxbStepOption } from './step-option.interface';
export declare class NgxbTourService extends TourService<INgxbStepOption> {
}
