import { CAlertType } from '../../types'; export declare class CAlert { type?: CAlertType; private _icons; render(): any; }