import { ComponentInterface } from '../../stencil-public-runtime'; export declare class NotificationShowcase implements ComponentInterface { host: HTMLStaytunedWidgetElement; text: string; mediatype: string; img: string; componentWillLoad(): Promise; convertStImgUrlToTwicPicsUrl: (url: any) => any; render(): any; }