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