import { SdsLayoutTypeService } from './layout-type.service';
import { BreakpointType } from './layout.model';
import * as i0 from "@angular/core";
export declare class SdsBreakpointTypeService extends SdsLayoutTypeService<BreakpointType> {
    protected getType(width: number): BreakpointType;
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsBreakpointTypeService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SdsBreakpointTypeService>;
}
