import type { IStepOption } from 'ngx-ui-tour-core';
export interface PrimeNgStepOption extends IStepOption {
    closeOnOutsideClick?: boolean;
}
