import { ModuleWithProviders } from '@angular/core'; export { LaTextComponent } from './la-text.component'; export { LaColorService } from '../colors/la-color.service'; export declare class LaTextModule { static forRoot(): ModuleWithProviders; }