import { ElementRef } from '@angular/core'; import { OCustomContentDirective } from 'ngx-obelisco-example/directives'; import { ModalSizes } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class OModalComponent { dataTarget: string; title: string; subtitle: string; description: string; isHeaderUnbordered: boolean; size: ModalSizes; isScrollable: boolean; isOnTop: boolean; customClasses: string; oCustomContent?: OCustomContentDirective; children: ElementRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }