import { PipeTransform } from '@angular/core';
import { Size } from '@obliczeniowo/elementary/resize-window';
import * as i0 from "@angular/core";
export declare class TextSizePipe implements PipeTransform {
    div: HTMLDivElement;
    constructor();
    transform(value: string, fontSize: number): Size;
    measureText(text: string, fontSize: number): Size;
    static ɵfac: i0.ɵɵFactoryDeclaration<TextSizePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TextSizePipe, "textSize", false>;
}
