export declare const Alert: { defaultProps: { status: string; variant: string; p: number; borderRadius: string; }; variants: { subtle: (props: Record) => { border: number; borderColor: string; bg: any; iconColor: any; textColor: string; }; solid: (props: Record) => { border: number; borderColor: string; bg: any; iconColor: string; textColor: string; }; 'left-accent': (props: Record) => { bg: any; border: number; borderColor: string; borderLeftColor: any; iconColor: any; textColor: string; }; 'top-accent': (props: Record) => { bg: any; border: number; borderColor: string; borderTopColor: any; iconColor: any; textColor: string; }; }; }; export declare const AlertTitle: { defaultProps: { fontSize: string; fontWeight: string; }; }; export declare const AlertDescription: { defaultProps: { fontSize: string; }; };