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