export { RangeDirective, RangesDirective } from './linear-gauge/ranges.directive';
export { PointerDirective, PointersDirective } from './linear-gauge/pointers.directive';
export { AxisDirective, AxesDirective } from './linear-gauge/axes.directive';
export { AnnotationDirective, AnnotationsDirective } from './linear-gauge/annotations.directive';
export { LinearGaugeComponent } from './linear-gauge/lineargauge.component';
export { LinearGaugeModule } from './linear-gauge/lineargauge.module';
export { LinearGaugeAllModule, GaugeTooltipService, AnnotationsService } from './linear-gauge/lineargauge-all.module';
export * from '@syncfusion/ej2-lineargauge';