import * as i0 from '@angular/core'; import { EventEmitter } from '@angular/core'; declare class WindowRef { get nativeWindow(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } type EventListenerDisposeFn = () => void; type UnobserveFn = () => void; interface FormFieldControl { hasError: boolean; hasErrorChange: EventEmitter; } export { WindowRef }; export type { EventListenerDisposeFn, FormFieldControl, UnobserveFn }; //# sourceMappingURL=kirbydesign-designsystem-types.d.ts.map