import { GemElement } from '@mantou/gem/lib/element'; import './use'; import './action-text'; type Status = 'positive' | 'notice' | 'negative' | 'informative' | 'default'; export declare class DuoyunAlertElement extends GemElement { #private; static unnamed: string; header: string; status: Status; action?: { text: string; handle: () => void; }; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } export {}; //# sourceMappingURL=alert.d.ts.map