import { JSX } from '../../../stencil-public-runtime'; import { GuxAlertAccent } from './gux-inline-alert.types'; /** * @slot content - Slot for the message. */ export declare class GuxAlert { private i18n; root: HTMLElement; accent: GuxAlertAccent; private getIcon; componentWillLoad(): Promise; render(): JSX.Element; }