import { Type } from "@angular/core";
export * from "./signpost";
export * from "./signpost-content";
export * from "./signpost-trigger.directive";
export declare const SIGNPOST_DIRECTIVES: Type<any>[];
