import { JSX } from '../../../stencil-public-runtime'; /** * @slot icon - Slot for an icon. * @slot content - Slot for a message. * @slot action-buttons - Slot for action buttons. */ export declare class GuxActionableInlineAlertBeta { root: HTMLElement; componentWillLoad(): Promise; private renderIcon; private renderActionButtons; render(): JSX.Element; }