import { EventEmitter } from '@angular/core'; import { AbstractControl, FormControl } from '@angular/forms'; import { ThemesService } from '@progress-chef/platform-themes-service'; import { TypographyType } from '../typography/TypographyType'; import * as i0 from "@angular/core"; export declare class RadioButtonComponent { private themesService; size: "small" | "medium" | "large" | "none"; name: string; value: string; control: AbstractControl | FormControl; label: string; labelPosition: "before" | "after"; labelFont: TypographyType; elementId: string; model: string; modelChange: EventEmitter; constructor(themesService: ThemesService); emitModelChange(ev: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }