import { CustomElementPropertyMetadata } from "../../custom-element/interfaces"; import { NodePatchingData } from "../../renderer/NodePatcher"; declare const Alert_base: { new (): { [x: string]: any; }; [x: string]: any; readonly styles: string; readonly properties: Record; }; export default class Alert extends Alert_base { static get styles(): string; static get properties(): Record; render(): NodePatchingData; private _renderIcon; private _getIconName; private _renderCloseTool; } export {}; //# sourceMappingURL=Alert.d.ts.map