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