import { CoreFormControlBaseComponent } from '../core-form-control-base/core-form-control-base.component'; import * as i0 from "@angular/core"; export declare class CoreFileFormatPickerComponent extends CoreFormControlBaseComponent { pdf: string; word: string; excel: string; writeValue(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }