export { TdFileUploadComponent } from './file-upload.component'; export { TdFileSelectDirective } from './directives/file-select.directive'; export { TdFileDropDirective } from './directives/file-drop.directive'; export { TdFileService, IUploadOptions } from './services/file.service'; export { CovalentFileModule } from './file-upload.module';