import { FontSizeOption } from '../../../services/font-size/font-size.service'; import { FontSizeSelectorMetadata } from './types'; import * as i0 from "@angular/core"; export declare class FontSizeSelectorComponent { props: FontSizeSelectorMetadata; private fontSizeService; private i18n; readonly popoverId: string; readonly currentSize: import("@angular/core").Signal; constructor(); get options(): { value: FontSizeOption; label: string; }[]; setSize(size: FontSizeOption): void; t(key: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }