import * as i0 from "@angular/core"; export interface ComponentType { new (...args: any[]): T; } export declare class ModalComponent> { content: T; fullscreen: boolean; scroll: boolean; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ask-modal", never, { "content": { "alias": "content"; "required": false; }; "fullscreen": { "alias": "fullscreen"; "required": false; }; "scroll": { "alias": "scroll"; "required": false; }; }, {}, never, never, false, never>; }