export declare const styles: { shared: { container: string; close: string; }; size: { small: { container: string; }; medium: { container: string; }; large: { container: string; }; }; variant: { success: { container: string; content: string; close: string; group: string; }; info: { container: string; content: string; close: string; group: string; }; warning: { container: string; content: string; close: string; group: string; }; danger: { container: string; content: string; close: string; group: string; }; }; flex: { container: string; group: string; }; }; export declare const BaseAlert: { (props: import("@button-inc/component-library/esm/Notification").Props): JSX.Element; Header(props: any): JSX.Element; Content(props: any): JSX.Element; Group(props: any): JSX.Element; Close(props: any): JSX.Element; }; export default function Alert(props: any): JSX.Element;