import { NgDocTypeControl } from '@ng-doc/app/interfaces'; import { DIControl } from 'di-controls'; import * as i0 from '@angular/core'; declare class NgDocTypeAliasControlComponent extends DIControl implements NgDocTypeControl { default?: T; options?: string[]; isManual?: boolean; constructor(); typeOf(value: unknown): string; changeModel(value: T | null): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ng-doc-type-alias-control", never, { "default": { "alias": "default"; "required": false; }; }, {}, never, never, true, never>; } export { NgDocTypeAliasControlComponent };