import { Type } from "@angular/core";
export * from "./if-active.directive";
export * from "./if-open.directive";
export declare const CONDITIONAL_DIRECTIVES: Type<any>[];
