export interface AlertWarningProps { message: string; } export declare const AlertWarning: import("@builder.io/qwik").Component;