import { NgbNavChangeEvent } from '@ng-bootstrap/ng-bootstrap';
/**
 * The payload of the change event fired right before the tab change.
 */
export type SdsTabChangeEvent = NgbNavChangeEvent;
