import { AlertBase } from './alert-base'; /** * Action ribbon * * @slot - This element has a slot */ export declare class CovalentAlert extends AlertBase { static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { 'cv-alert': CovalentAlert; } } export default CovalentAlert; //# sourceMappingURL=alert.d.ts.map