import { IgxBannerComponent } from './banner.component';
import { IgxBannerActionsDirective } from './banner.directives';
export * from './banner.component';
export * from './banner.directives';
export declare const IGX_BANNER_DIRECTIVES: readonly [typeof IgxBannerComponent, typeof IgxBannerActionsDirective];
