import { Type } from '@angular/core';
export declare function withStyle(component: Type<unknown>): void;
