export declare const Alert: { theme: { variants: { action: { error: any; warning: any; success: any; info: any; muted: any; }; variant: { solid: any; outline: any; accent: any; }; }; }; componentConfig?: Omit, "componentName"> | undefined; };