export declare const Alert: { baseStyle: { alignItems: string; justifyContent: string; p: number; space: number; borderRadius: string; }; variants: { subtle: any; solid: any; 'left-accent': any; 'top-accent': any; outline: any; 'outline-light': any; }; defaultProps: { colorScheme: string; variant: string; }; }; export declare const AlertIcon: { baseStyle: { size: number; }; };