import { Type } from "@angular/core";
export * from "./stack-view";
export * from "./stack-header";
export * from "./stack-block";
export * from "./stack-input";
export * from "./stack-select";
export declare const STACK_VIEW_DIRECTIVES: Type<any>[];
