/** * @name custom-sizes * @description Custom sizes in ngx-responsive * * @license MIT */ import { Provider } from '@angular/core'; export declare const CUSTOMSIZES_DIRECTIVES: Provider[]; export * from './custom-sizes-directives';