import '../../stencil.core'; export declare class NotificationComponent { notificationType: string; text: string; render(): JSX.Element; }