import { ModalsComponent } from '../modals.component'; import { BsModalRef } from 'ngx-bootstrap/modal'; export declare class NiceLegalTextComponent extends ModalsComponent { type: 'personal-info' | 'third-party-info' | 'social-security-info'; constructor(modalRef: BsModalRef); }