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