export { HighlightMatchType } from './highlight-match-type'; export { EllipsisPipe } from './ellipsis/ellipsis.pipe'; export { PhonePipe } from './phone.pipe'; export { SSNMaskedPipe } from './ssn-masked.pipe'; export { SSNPipe } from './ssn.pipe'; export { ZipcodePipe } from './zipcode.pipe'; export { HighlightPipe } from './highlight.pipe'; export { PipesModule } from './pipes.module';