export { BreakpointService } from './breakpoint.service';
export { DeviceService } from './device.service';
export { BreakpointDirective, ForDirective, ForMaxDirective, ForMinDirective } from './responsive.directives';
export { ResponsiveModule } from './responsive.module';