import { ElementRef } from '@angular/core'; import { MediaPanel, MediaSizes } from 'ngx-obelisco-example/core/models'; import { OCustomContentDirective } from 'ngx-obelisco-example/directives'; import * as i0 from "@angular/core"; export declare class OPanelSmallComponent { title: string; description: string; image: MediaPanel; isBgWhite: boolean; isBgLight: boolean; isVertical: boolean; customClasses: string; sizeToPx: (size: MediaSizes) => number; oCustomContent?: OCustomContentDirective; listLinkContent?: ElementRef; panelFooterContent?: ElementRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }