import { EventEmitter } from "@angular/core"; import { Format } from "../model/format.model"; import * as i0 from "@angular/core"; export declare class FormatComponent { selectedValue: string; selectedValueChange: EventEmitter; format: Format; isSelected: boolean; ngOnInit(): void; selectFormat(s: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }